(http://tracker.moodle.org/browse/MDL-6647)
}
$this->_bindInputArray = PHP_VERSION >= 5.1;
- $info = $this->ServerInfo();
+ $this->_nestedSQL = true;
+ /*$info = $this->ServerInfo();
$this->pgVersion = (float) substr($info['version'],0,3);
if ($this->pgVersion >= 7.1) { // good till version 999
$this->_nestedSQL = true;
- }
+ }*/
}
return false;
}
}
-?>
\ No newline at end of file
+?>
Our changes:
* adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
+ * drivers-adodb-postgres7.inc.php - removed (commented) one buggy ServerInfo() call that
+ was preventing PG version detection to work. http://tracker.moodle.org/browse/MDL-6647
+ Once solved by adodb guys, we'll undo this (affects to version v4.92a of ADOdb)
skodak
-30 August 2006
\ No newline at end of file
+30 August 2006