Fix some postgres test failures
[lhc/web/wiklou.git] / includes / libs / rdbms / database / Database.php
index 3bb7e6a..3de86ac 100644 (file)
@@ -1691,6 +1691,10 @@ abstract class Database implements IDatabase, IMaintainableDatabase, LoggerAware
                return $field;
        }
 
+       public function databasesAreIndependent() {
+               return false;
+       }
+
        public function selectDB( $db ) {
                # Stub. Shouldn't cause serious problems if it's not overridden, but
                # if your database engine supports a concept similar to MySQL's