summaryrefslogtreecommitdiff
path: root/classes/database/ADODB_base.php
AgeCommit message (Expand)Author
2019-07-17php-7.2 fix - 'each' has been deprecatedSjon Hortensius
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
2008-02-20fix bug reported by Kristoffer `spq` Janke about bad formated DELETE FROM whe...ioguix
2007-12-12refer to objects with explicit schemas, patch by ioguixxzilla
2007-01-10Incrementally use ->fields for recordsets, ->f is not supported by upstream a...soranzo
2005-05-25Fix array parsing.chriskl
2004-12-06fixes for search pathschriskl
2004-07-19fix tracking of backend platform. needed so that it doesn't think 7.5 runnin...chriskl
2004-07-13support 7.5's named function parameters. support ALTER TABLE/SET TABLESPACEchriskl
2004-07-04phase 1 of tablespaces. still more to dochriskl
2003-12-17phpPgAdmin now works without '.' in the include_pathchriskl
2003-12-10single db connection mega-commit. phpPgAdmin now only makes one connection t...chriskl
2003-07-31small bug fix from cheatahchriskl
2003-05-31much more sophisticated edit rowchriskl
2003-05-01cascade drop for columns and constraints. remove unused functions. partial ...chriskl
2003-03-27First cut at auto-detection of database driver. Please test. Now also detec...chriskl
2003-03-18some fixes in felix's trigger code, full code review of sequences, commit cre...chriskl
2003-01-18phase 1 of rearranging source tree. move all public_html files into root. r...chriskl
2003-01-11query debugging, support all nulls in INSERT, null support in insertRow and e...chriskl
2003-01-06add close() function on connectionschriskl
2002-12-22greatly improve error handling of SQL statements. connection errors still ca...chriskl
2002-09-23detect and correct magic_quotes. detect existence of database functions. Re...chriskl
2002-09-16properly quote fields in insert, update and delete. add more to functions sup...chriskl
2002-05-01Basic user admin support. Doesn't do password changing yet.chriskl
2002-02-18fix execute and selectset functionschriskl
2002-02-11Initial revisionchriskl