Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1234 → Rev 1235

/trunk/dev/test_database_plugins
40,7 → 40,8
 
OIDplus::init(true, true);
 
OIDplus::baseConfig()->delete('FORCE_DBMS_SLANG');
// TODO: We can't use this, otherwise PDO+Firebird will fail, because "SELECT value FROM config WHERE name = 'database_version'" fails if it is not prefiltered by the "firebird" SQL slang
//OIDplus::baseConfig()->delete('FORCE_DBMS_SLANG');
 
# Test MySQL
try {