| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to match other db files. | Greg Sabino Mullane | 2006-06-26 | 1 | -436/+0 |
* | Begin cleaning up some of the PG naming. | Greg Sabino Mullane | 2006-06-26 | 1 | -10/+3 |
* | Some initial work on exceptions. More to follow. | Tim Starling | 2006-06-06 | 1 | -9/+9 |
* | Revert to r14512; domas introduced massive breakage with incomplete experimen... | Brion Vibber | 2006-06-01 | 1 | -0/+5 |
* | Use AutoLoader to load classes: | Domas Mituzas | 2006-06-01 | 1 | -5/+0 |
* | removing unused globals and some whitespace cleaning | Lupin | 2006-03-07 | 1 | -9/+9 |
* | whitespace | Lupin | 2006-03-06 | 1 | -1/+1 |
* | * Added wfDie() wrapper, and some manual die(-1), to force the return code | Brion Vibber | 2006-01-14 | 1 | -1/+1 |
* | * Remove obsolete killthread.php | Brion Vibber | 2006-01-14 | 1 | -7/+0 |
* | * s~\t+$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -19/+19 |
* | * s~ +$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -19/+19 |
* | Clean up unused globals! | Antoine Musso | 2005-12-04 | 1 | -3/+2 |
* | limitResult() use 3 argument since ORACLE merge | Antoine Musso | 2005-08-09 | 1 | -2/+2 |
* | * Fix string escaping with PostgreSQL | Brion Vibber | 2004-12-08 | 1 | -1/+1 |
* | fix really outdated comments | Domas Mituzas | 2004-12-03 | 1 | -11/+7 |
* | Removed CVS keywords from files, to make merging between branches | Evan Prodromou | 2004-11-29 | 1 | -1/+0 |
* | tableName: change backticks into double quotes for parent-transformed table n... | Domas Mituzas | 2004-11-05 | 1 | -0/+3 |
* | Let Database do the quoting of the 'group' table, so that prefixed tables wil... | Brion Vibber | 2004-10-24 | 1 | -2/+3 |
* | Correcting bugs due to double-prefixing table names. Removing obsolete Databa... | Tim Starling | 2004-10-24 | 1 | -3/+3 |
* | add db::setSchema() for specifying additional database namespaces. | Domas Mituzas | 2004-09-30 | 1 | -2/+10 |
* | Add schema (logical namespace) support, table prefixes are not needed for PG... | Domas Mituzas | 2004-09-17 | 1 | -0/+3 |
* | commit in resource efficient textFieldSize() (uses PG internal schema) | Domas Mituzas | 2004-09-11 | 1 | -2/+11 |
* | add aggregateValue(), as some databases require different aggregated value sp... | Domas Mituzas | 2004-09-09 | 1 | -0/+8 |
* | add indexUnique() | Domas Mituzas | 2004-09-09 | 1 | -0/+12 |
* | Add Database::conditional() function to build IF() or CASE statements | Brion Vibber | 2004-09-09 | 1 | -0/+13 |
* | Add Database::getSoftwareLink() and Database::getServerVersion(), and use | Brion Vibber | 2004-09-08 | 1 | -10/+28 |
* | replace fixes: | Brion Vibber | 2004-09-07 | 1 | -4/+4 |
* | don't replace empty resultsets! :) | Domas Mituzas | 2004-09-06 | 1 | -0/+4 |
* | fix replace() | Domas Mituzas | 2004-09-06 | 1 | -2/+2 |
* | oops, register_globals security flaw | Domas Mituzas | 2004-09-06 | 1 | -0/+1 |
* | allow empty server | Domas Mituzas | 2004-09-06 | 1 | -1/+4 |
* | Split files and classes in different packages for phpdocumentor. I probably c... | Antoine Musso | 2004-09-03 | 1 | -0/+3 |
* | Changing comments layout preparing for generated documentation with Phpdocume... | Antoine Musso | 2004-09-02 | 1 | -32/+52 |
* | treat every array as an array, not only with option IGNORE, | Domas Mituzas | 2004-09-01 | 1 | -13/+19 |
* | massive double to single quotes conversion. I have not noticed any bug after ... | Antoine Musso | 2004-08-22 | 1 | -19/+19 |
* | fix $mLastResult, affectedRows() | Domas Mituzas | 2004-08-20 | 1 | -1/+2 |
* | add reportQueryError, halting on any error | Domas Mituzas | 2004-08-19 | 1 | -0/+8 |
* | Add Database*::timestamp(), using wfTimestamp() | Domas Mituzas | 2004-08-10 | 1 | -0/+5 |
* | Suppress some more warnings on separate execution of files. Shouldn't | Brion Vibber | 2004-08-06 | 1 | -0/+2 |
* | Fix parse error (missing semicolon). Don't know if this runs currently though. | Brion Vibber | 2004-08-06 | 1 | -1/+1 |
* | * Introducing bit field for database parameters | Tim Starling | 2004-07-24 | 1 | -55/+12 |
* | * Support for table name prefixes throughout the code. No support yet for con... | Tim Starling | 2004-07-18 | 1 | -48/+52 |
* | Unbreak the class (some unfinished code inside replace()) | Domas Mituzas | 2004-07-15 | 1 | -4/+10 |
* | OOP calling convention for database functions. DBMS abstraction implemented b... | Tim Starling | 2004-07-10 | 1 | -320/+159 |
* | Removed arbitrary change in timestamp formats between MySQL and PostgreSQL, m... | Tim Starling | 2004-06-29 | 1 | -27/+0 |
* | fix isOpen (mOpened was not defined on connect) | Domas Mituzas | 2004-06-21 | 1 | -0/+2 |
* | wfSetRef doesn't work, making isWindows() function which I was going to use s... | Tim Starling | 2004-06-12 | 1 | -1/+1 |
* | * fix affected_rows, uses resultset instead of connection as an argument | Domas Mituzas | 2004-06-11 | 1 | -7/+21 |
* | added wfFetchRow() besides wfFetchObject. Used by objectcache code | Domas Mituzas | 2004-06-10 | 1 | -0/+9 |
* | * PostgreSQL does not have buffered/unbuffered modes. | Domas Mituzas | 2004-06-10 | 1 | -16/+8 |