| Commit message (Expand) | Author | Age | Files | Lines |
* | pgsql.php | Tomas V.V.Cox | 2001-03-28 | 1 | -3/+3 |
* | pgsql.php | Tomas V.V.Cox | 2001-03-26 | 1 | -9/+16 |
* | * added Christian Stocker's tableInfo() implementation | Stig Bakken | 2001-03-24 | 1 | -0/+16 |
* | * fixed Oracle tests, fixed some bugs in DB_oci8, all tests but | Stig Bakken | 2001-03-23 | 1 | -0/+3 |
* | Style and whitespace, based mostly on a submission from | Jon Parise | 2001-03-21 | 1 | -95/+95 |
* | Revised version of the parseDSN function. | Jon Parise | 2001-03-11 | 1 | -71/+82 |
* | * allow empty passwords in dsn (for example "mysql://user:@database") | Stig Bakken | 2001-02-20 | 1 | -1/+1 |
* | All DB modules should return NULL from fetchRow() now if there are no more | Chuck Hagenbuch | 2001-02-16 | 1 | -3/+2 |
* | I think this should've been changed as well, right? | Colin Viebrock | 2001-02-02 | 1 | -2/+2 |
* | make sure to include subclasses before trying to instantiate them. | Chuck Hagenbuch | 2001-02-02 | 1 | -1/+2 |
* | @Allow url encoding in DB usernames and passwords (Stig, PEAR) | Stig Bakken | 2001-01-30 | 1 | -26/+61 |
* | have DB::isError return true if passed "null". Now you can more consistently | Chuck Hagenbuch | 2001-01-26 | 1 | -3/+4 |
* | * updated copyrights (thanks Colin) | Stig Bakken | 2001-01-10 | 1 | -1/+1 |
* | * DB::isManip counts "REPLACE" as a manipulation command (MySQL specific) | Stig Bakken | 2000-12-10 | 1 | -1/+1 |
* | * applied fetch modes patch for odbc by Richard M. Yumul | Stig Bakken | 2000-12-08 | 1 | -1/+19 |
* | * added Sebastian's affectedRows() and numRows() for MySQL | Stig Bakken | 2000-12-07 | 1 | -8/+25 |
* | * cleanup | Stig Bakken | 2000-12-06 | 1 | -1/+1 |
* | * MySQL sequence emulation using auto_increment | Stig Bakken | 2000-12-05 | 1 | -323/+413 |
* | No comment. | Sebastian Bergmann | 2000-12-04 | 1 | -2/+2 |
* | I couldn't read it in order to understand it in order to extend it :-) | Sebastian Bergmann | 2000-12-04 | 1 | -483/+417 |
* | PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW | Stig Bakken | 2000-10-15 | 1 | -44/+46 |
* | PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optional | Stig Bakken | 2000-10-15 | 1 | -22/+16 |
* | PEAR: | Stig Bakken | 2000-09-13 | 1 | -7/+15 |
* | @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() | Stig Bakken | 2000-09-12 | 1 | -19/+34 |
* | * renamed toString method to __string_value | Stig Bakken | 2000-08-28 | 1 | -1/+1 |
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 1 | -62/+44 |
* | Remove bogus commit that made DB::DB() an alias for DB::connect() | Sterling Hughes | 2000-08-24 | 1 | -7/+0 |
* | -Add getCode() method to PEAR_Error | Sterling Hughes | 2000-08-24 | 1 | -2/+10 |
* | Make the DB classes work with call-time pass-by-reference disabled. | Chuck Hagenbuch | 2000-08-21 | 1 | -11/+11 |
* | Multiple DB::connect or DB::factory calls using the same backend | Stig Bakken | 2000-07-26 | 1 | -8/+10 |
* | @Ported DB to new error reporting scheme | Stig Bakken | 2000-07-24 | 1 | -1/+4 |
* | * new class: PEAR - can be used as a base class for others. | Stig Bakken | 2000-07-24 | 1 | -11/+43 |
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 1 | -2/+2 |
* | i don't think there's a reason to nuke the db handle here (when freeing | Chuck Hagenbuch | 2000-07-02 | 1 | -1/+1 |
* | DB::parseDSN() now checks the value it is passed, and if it is already an | Chuck Hagenbuch | 2000-06-30 | 1 | -0/+3 |
* | Here is a brief start towards getting the DB stuff up to speed and working | Chuck Hagenbuch | 2000-06-21 | 1 | -2/+2 |
* | PEAR now uses "use" instead of "include". | Stig Bakken | 2000-03-09 | 1 | -30/+5 |
* | Avoid E_NOTICE errors in PEAR code. | Stig Bakken | 2000-02-27 | 1 | -1/+1 |
* | add a note about include return values | Stig Bakken | 2000-02-25 | 1 | -1/+10 |
* | * prepare/execute emulation moved into DB_common | Stig Bakken | 2000-02-17 | 1 | -1/+1 |
* | @Added DB/storage to PEAR | Stig Bakken | 2000-02-14 | 1 | -63/+82 |
* | Return by reference, where necessary. | Andrei Zmievski | 2000-02-09 | 1 | -7/+7 |
* | Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC and | Stig Bakken | 2000-02-09 | 1 | -4/+31 |
* | * Started playing around with alternatives to javadoc. | Stig Bakken | 2000-02-03 | 1 | -47/+74 |
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
* | - Documented classes, methods and constants in the source | Stig Bakken | 1999-12-12 | 1 | -22/+97 |
* | Added some more error defines (CANNOT_CREATE/DELETE/DROP). | Stig Bakken | 1999-12-08 | 1 | -0/+48 |
* | Oops. | Andrei Zmievski | 1999-12-07 | 1 | -1/+1 |
* | (DB::parseDSN) check for an extra / at the end purely to guard against | Andrei Zmievski | 1999-12-07 | 1 | -2/+2 |
* | (DB::parseDSN) Remove extraneous / at the end of the spec if no database | Andrei Zmievski | 1999-12-07 | 1 | -0/+3 |