ODBC_TESTS_ENABLED

change to false to disable tests on real ODBC server

  1. bool ODBC_TESTS_ENABLED;
    version(USE_ODBC && unittest)
    immutable
    bool ODBC_TESTS_ENABLED;
  2. bool ODBC_TESTS_ENABLED;

Meta