| Commit message (Expand) | Author | Age | Files | Lines |
| * | * added DB::isConnection | Stig Bakken | 2002-04-16 | 1 | -25/+41 |
| * | * drop the ondemand connect stuff for now | Stig Bakken | 2002-04-09 | 1 | -14/+6 |
| * | * Refactoring of "pear" command internals. Highlights: | Stig Bakken | 2002-03-18 | 1 | -5/+11 |
| * | - added support for different error messages for the following cases: | Jan Lehnardt | 2002-02-12 | 1 | -1/+5 |
| * | Fix remote security risk, pointed out by Wolfram Kriesing | Tomas V.V.Cox | 2002-02-01 | 1 | -1/+3 |
| * | Added support for passing special backend params in DSN. Ex: | Tomas V.V.Cox | 2002-02-01 | 1 | -1/+17 |
| * | Stores limit_from and limit_count as DB_result proporties instead | Tomas V.V.Cox | 2002-01-19 | 1 | -8/+19 |
| * | New DSN "protcocol(protocol_opts)" format support: | Tomas V.V.Cox | 2002-01-13 | 1 | -27/+44 |
| * | fix phpdoc | Alexander Merz | 2001-12-13 | 1 | -32/+65 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | - By default DB_FETCHMODE_OBJECT will do a cast to object from the row | Tomas V.V.Cox | 2001-11-08 | 1 | -16/+28 |
| * | use feautres property instead of options | Tomas V.V.Cox | 2001-11-02 | 1 | -6/+8 |
| * | - Added row limit support for fetchInto and fetchRow | Tomas V.V.Cox | 2001-11-01 | 1 | -0/+48 |
| * | Adding nextResult() function allowing batches of sql statements to be | Frank M. Kromann | 2001-10-29 | 1 | -0/+10 |
| * | Made error returning on missing extensions consistent across all backends | Markus Fischer | 2001-10-14 | 1 | -9/+5 |
| * | Search for the '@' symbol in the DSN from the right instead of the left. | Jon Parise | 2001-10-04 | 1 | -2/+2 |
| * | * Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columns | Tomas V.V.Cox | 2001-08-03 | 1 | -12/+46 |
| * | DB::assertExtension-> trigger a useful error message if backend extension cou... | Tomas V.V.Cox | 2001-07-26 | 1 | -0/+3 |
| * | fix problem with static usage... | Chuck Hagenbuch | 2001-07-17 | 1 | -29/+32 |
| * | (PEAR DB) some doc fixes | Stig Bakken | 2001-07-15 | 1 | -44/+49 |
| * | added DB_PARAM_MISC constant to use in prepare/execute | Tomas V.V.Cox | 2001-07-12 | 1 | -1/+7 |
| * | added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg) | Tomas V.V.Cox | 2001-07-11 | 1 | -1/+3 |
| * | added NEED_MORE_DATA error message to $errorMessages | Tomas V.V.Cox | 2001-07-10 | 1 | -3/+4 |
| * | minor in-line doc fix | Tomas V.V.Cox | 2001-07-10 | 1 | -1/+1 |
| * | Forget to add the $this->result param to fetchInto | Tomas V.V.Cox | 2001-06-08 | 1 | -1/+1 |
| * | Changed constant DB_OK from 0 to 1. So if you set a default error handler, | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+1 |
| * | change DB_result::fetchRow to use extension fetchInto instead of | Tomas V.V.Cox | 2001-06-07 | 1 | -1/+5 |
| * | fix small bug on error reporting (PEAR::raiseError params order) | Tomas V.V.Cox | 2001-04-19 | 1 | -4/+4 |
| * | * fixed DB_common::getXxx when using the parameter array (didn't work before) | Stig Bakken | 2001-04-19 | 1 | -2/+2 |
| * | * added Colin's connect/factory error reporting fix | Stig Bakken | 2001-04-19 | 1 | -7/+7 |
| * | * fix handling of broken DSNs like Colin suggested | Stig Bakken | 2001-04-18 | 1 | -1/+1 |
| * | * have DB.php use PEAR::raiseError in factory methods | Stig Bakken | 2001-04-17 | 1 | -4/+6 |
| * | * DB::isManip now handles create, drop, alter, grant, revoke. | Stig Bakken | 2001-04-16 | 1 | -3/+4 |
| * | * actually commit the stuff I said I had committed :-) | Stig Bakken | 2001-04-16 | 1 | -6/+16 |
| * | 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 |