summaryrefslogtreecommitdiff
path: root/pear/DB.php
Commit message (Expand)AuthorAgeFilesLines
* * added DB::isConnectionStig Bakken2002-04-161-25/+41
* * drop the ondemand connect stuff for nowStig Bakken2002-04-091-14/+6
* * Refactoring of "pear" command internals. Highlights:Stig Bakken2002-03-181-5/+11
* - added support for different error messages for the following cases:Jan Lehnardt2002-02-121-1/+5
* Fix remote security risk, pointed out by Wolfram KriesingTomas V.V.Cox2002-02-011-1/+3
* Added support for passing special backend params in DSN. Ex:Tomas V.V.Cox2002-02-011-1/+17
* Stores limit_from and limit_count as DB_result proporties insteadTomas V.V.Cox2002-01-191-8/+19
* New DSN "protcocol(protocol_opts)" format support:Tomas V.V.Cox2002-01-131-27/+44
* fix phpdocAlexander Merz2001-12-131-32/+65
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - By default DB_FETCHMODE_OBJECT will do a cast to object from the rowTomas V.V.Cox2001-11-081-16/+28
* use feautres property instead of optionsTomas V.V.Cox2001-11-021-6/+8
* - Added row limit support for fetchInto and fetchRowTomas V.V.Cox2001-11-011-0/+48
* Adding nextResult() function allowing batches of sql statements to beFrank M. Kromann2001-10-291-0/+10
* Made error returning on missing extensions consistent across all backendsMarkus Fischer2001-10-141-9/+5
* Search for the '@' symbol in the DSN from the right instead of the left.Jon Parise2001-10-041-2/+2
* * Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columnsTomas V.V.Cox2001-08-031-12/+46
* DB::assertExtension-> trigger a useful error message if backend extension cou...Tomas V.V.Cox2001-07-261-0/+3
* fix problem with static usage...Chuck Hagenbuch2001-07-171-29/+32
* (PEAR DB) some doc fixesStig Bakken2001-07-151-44/+49
* added DB_PARAM_MISC constant to use in prepare/executeTomas V.V.Cox2001-07-121-1/+7
* added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg)Tomas V.V.Cox2001-07-111-1/+3
* added NEED_MORE_DATA error message to $errorMessagesTomas V.V.Cox2001-07-101-3/+4
* minor in-line doc fixTomas V.V.Cox2001-07-101-1/+1
* Forget to add the $this->result param to fetchIntoTomas V.V.Cox2001-06-081-1/+1
* Changed constant DB_OK from 0 to 1. So if you set a default error handler,Tomas V.V.Cox2001-06-071-1/+1
* change DB_result::fetchRow to use extension fetchInto instead ofTomas V.V.Cox2001-06-071-1/+5
* fix small bug on error reporting (PEAR::raiseError params order)Tomas V.V.Cox2001-04-191-4/+4
* * fixed DB_common::getXxx when using the parameter array (didn't work before)Stig Bakken2001-04-191-2/+2
* * added Colin's connect/factory error reporting fixStig Bakken2001-04-191-7/+7
* * fix handling of broken DSNs like Colin suggestedStig Bakken2001-04-181-1/+1
* * have DB.php use PEAR::raiseError in factory methodsStig Bakken2001-04-171-4/+6
* * DB::isManip now handles create, drop, alter, grant, revoke.Stig Bakken2001-04-161-3/+4
* * actually commit the stuff I said I had committed :-)Stig Bakken2001-04-161-6/+16
* 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