summaryrefslogtreecommitdiff
path: root/pear/DB.php
Commit message (Expand)AuthorAgeFilesLines
* pgsql.phpTomas V.V.Cox2001-03-281-3/+3
* pgsql.phpTomas V.V.Cox2001-03-261-9/+16
* * added Christian Stocker's tableInfo() implementationStig Bakken2001-03-241-0/+16
* * fixed Oracle tests, fixed some bugs in DB_oci8, all tests butStig Bakken2001-03-231-0/+3
* Style and whitespace, based mostly on a submission fromJon Parise2001-03-211-95/+95
* Revised version of the parseDSN function.Jon Parise2001-03-111-71/+82
* * allow empty passwords in dsn (for example "mysql://user:@database")Stig Bakken2001-02-201-1/+1
* All DB modules should return NULL from fetchRow() now if there are no moreChuck Hagenbuch2001-02-161-3/+2
* I think this should've been changed as well, right?Colin Viebrock2001-02-021-2/+2
* make sure to include subclasses before trying to instantiate them.Chuck Hagenbuch2001-02-021-1/+2
* @Allow url encoding in DB usernames and passwords (Stig, PEAR)Stig Bakken2001-01-301-26/+61
* have DB::isError return true if passed "null". Now you can more consistentlyChuck Hagenbuch2001-01-261-3/+4
* * updated copyrights (thanks Colin)Stig Bakken2001-01-101-1/+1
* * DB::isManip counts "REPLACE" as a manipulation command (MySQL specific)Stig Bakken2000-12-101-1/+1
* * applied fetch modes patch for odbc by Richard M. YumulStig Bakken2000-12-081-1/+19
* * added Sebastian's affectedRows() and numRows() for MySQLStig Bakken2000-12-071-8/+25
* * cleanupStig Bakken2000-12-061-1/+1
* * MySQL sequence emulation using auto_incrementStig Bakken2000-12-051-323/+413
* No comment.Sebastian Bergmann2000-12-041-2/+2
* I couldn't read it in order to understand it in order to extend it :-)Sebastian Bergmann2000-12-041-483/+417
* PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROWStig Bakken2000-10-151-44/+46
* PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optionalStig Bakken2000-10-151-22/+16
* PEAR:Stig Bakken2000-09-131-7/+15
* @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()Stig Bakken2000-09-121-19/+34
* * renamed toString method to __string_valueStig Bakken2000-08-281-1/+1
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-62/+44
* Remove bogus commit that made DB::DB() an alias for DB::connect()Sterling Hughes2000-08-241-7/+0
* -Add getCode() method to PEAR_ErrorSterling Hughes2000-08-241-2/+10
* Make the DB classes work with call-time pass-by-reference disabled.Chuck Hagenbuch2000-08-211-11/+11
* Multiple DB::connect or DB::factory calls using the same backendStig Bakken2000-07-261-8/+10
* @Ported DB to new error reporting schemeStig Bakken2000-07-241-1/+4
* * new class: PEAR - can be used as a base class for others.Stig Bakken2000-07-241-11/+43
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-2/+2
* i don't think there's a reason to nuke the db handle here (when freeingChuck Hagenbuch2000-07-021-1/+1
* DB::parseDSN() now checks the value it is passed, and if it is already anChuck Hagenbuch2000-06-301-0/+3
* Here is a brief start towards getting the DB stuff up to speed and workingChuck Hagenbuch2000-06-211-2/+2
* PEAR now uses "use" instead of "include".Stig Bakken2000-03-091-30/+5
* Avoid E_NOTICE errors in PEAR code.Stig Bakken2000-02-271-1/+1
* add a note about include return valuesStig Bakken2000-02-251-1/+10
* * prepare/execute emulation moved into DB_commonStig Bakken2000-02-171-1/+1
* @Added DB/storage to PEARStig Bakken2000-02-141-63/+82
* Return by reference, where necessary.Andrei Zmievski2000-02-091-7/+7
* Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC andStig Bakken2000-02-091-4/+31
* * Started playing around with alternatives to javadoc.Stig Bakken2000-02-031-47/+74
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - Documented classes, methods and constants in the sourceStig Bakken1999-12-121-22/+97
* Added some more error defines (CANNOT_CREATE/DELETE/DROP).Stig Bakken1999-12-081-0/+48
* Oops.Andrei Zmievski1999-12-071-1/+1
* (DB::parseDSN) check for an extra / at the end purely to guard againstAndrei Zmievski1999-12-071-2/+2
* (DB::parseDSN) Remove extraneous / at the end of the spec if no databaseAndrei Zmievski1999-12-071-0/+3