summaryrefslogtreecommitdiff
path: root/pear/DB.php
Commit message (Expand)AuthorAgeFilesLines
* * 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
* remove some debug outputStig Bakken1999-12-011-1/+0
* Modified to use preg_* functions.Andrei Zmievski1999-11-291-8/+8
* - DB classes now inherit DB_commonStig Bakken1999-11-291-4/+112
* @Introduced PECL - PHP Extension and Code Library (prounounced "picke")Stig Bakken1999-11-221-0/+190