allow empty server
[lhc/web/wiklou.git] / includes / DatabasePostgreSQL.php
2004-09-06 Domas Mituzasallow empty server
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Domas Mituzastreat every array as an array, not only with option...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Domas Mituzasfix $mLastResult, affectedRows()
2004-08-19 Domas Mituzasadd reportQueryError, halting on any error
2004-08-10 Domas MituzasAdd Database*::timestamp(), using wfTimestamp()
2004-08-06 Brion VibberSuppress some more warnings on separate execution of...
2004-08-06 Brion VibberFix parse error (missing semicolon). Don't know if...
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-15 Domas MituzasUnbreak the class (some unfinished code inside replace())
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-29 Tim StarlingRemoved arbitrary change in timestamp formats between...
2004-06-21 Domas Mituzasfix isOpen (mOpened was not defined on connect)
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-11 Domas Mituzas* fix affected_rows, uses resultset instead of connecti...
2004-06-10 Domas Mituzasadded wfFetchRow() besides wfFetchObject. Used by objec...
2004-06-10 Domas Mituzas* PostgreSQL does not have buffered/unbuffered modes.
2004-06-09 Domas Mituzas* fixed indexExists
2004-06-07 Antoine Mussotypo, looks like objectcache need rewrite cause postgre...
2004-06-07 Antoine MussoDO NOT USE ! Simple database layer for postgresql based...