/ [cvs] / pear / DB / package.xml
ViewVC logotype

Log of /pear/DB/package.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 02:22:39 2007 UTC (10 months, 1 week ago) by aharvey
Branch: MAIN
CVS Tags: HEAD, RELEASE_1_7_14RC1
Changes since 1.240: +3 -0 lines
Diff to previous 1.240
Fix for last_query reconstruction with lots of placeholders.  Bug 12418, patch
by Nicholas Evans.

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 02:19:44 2007 UTC (10 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.239: +9 -6 lines
Diff to previous 1.239
Added special-case to handle SAVEPOINT queries as manip queries.  Bug 12260.

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 22:57:18 2007 UTC (10 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.238: +3 -0 lines
Diff to previous 1.238
Added support for another error message in the SQLite driver.  Bug 12105, patch
by Adam Ashley.

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 22:54:03 2007 UTC (10 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.237: +5 -14 lines
Diff to previous 1.237
Made the definition of DB_common::raiseError() compatible with
PEAR::raiseError() by adding dummy parameters, thereby fixing request 11581
once and for all. Once and for all! (There's no change to the existing
parameters, hence no BC break.)

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 22:54:07 2007 UTC (11 months ago) by cweiske
Branch: MAIN
Changes since 1.236: +1 -1 lines
Diff to previous 1.236
Make package.xml valid xml again

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 21 14:23:28 2007 UTC (12 months, 2 weeks ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_13
Changes since 1.235: +3 -0 lines
Diff to previous 1.235
Fix for bug #11716 (SQLite returns result field names with quotes).

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 21 13:40:41 2007 UTC (12 months, 2 weeks ago) by aharvey
Branch: MAIN
Changes since 1.234: +3 -0 lines
Diff to previous 1.234
Completed request #11581 (Avoid some strict warnings).

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 21 13:32:52 2007 UTC (12 months, 2 weeks ago) by aharvey
Branch: MAIN
Changes since 1.233: +8 -14 lines
Diff to previous 1.233
Fix for bug #11580 (DB_mysql::tableInfo() bug when using several connections).

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 13:10:40 2007 UTC (15 months, 1 week ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_12
Changes since 1.232: +1 -0 lines
Diff to previous 1.232
Added schema.views support to DB_pgsql::getSpecialQuery() to avoid disadvantaging views within schemas.  Request 11080.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 13:06:16 2007 UTC (15 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.231: +3 -0 lines
Diff to previous 1.231
Added view support to DB_oci8::getSpecialQuery() for feature parity with other backends.  Request 11110.

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 12:55:37 2007 UTC (15 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.230: +190 -168 lines
Diff to previous 1.230
Updated package.xml to version 2 and prepared for the DB 1.7.12 release.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 08:02:35 2007 UTC (18 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.229: +7 -7 lines
Diff to previous 1.229
Fix for bug #10473 (With fbsql, when calling commit or rollback, the connection is not passed-on); prepare for DB 1.7.11.

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 10:22:04 2007 UTC (18 months, 2 weeks ago) by aharvey
Branch: MAIN
Changes since 1.228: +7 -9 lines
Diff to previous 1.228
Trivial fix for bug #10211 (MySQL v5.x 'bit' fields not recognized) and preparation for the release of DB 1.7.10.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 07:41:14 2007 UTC (20 months ago) by aharvey
Branch: MAIN
Changes since 1.227: +3 -1 lines
Diff to previous 1.227
Added two test files that were meant to be in the 1.7.8 package.xml. Oops.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 07:36:32 2007 UTC (20 months ago) by aharvey
Branch: MAIN
Changes since 1.226: +2 -2 lines
Diff to previous 1.226
Preparing DB 1.7.9 release.

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 07:35:07 2007 UTC (20 months ago) by aharvey
Branch: MAIN
Changes since 1.225: +3 -1 lines
Diff to previous 1.225
Updated DB_sybase::tableInfo() to cope with old versions of ASE that don't have sp_helpindex.  Bug 6683.

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 07:12:11 2007 UTC (20 months ago) by aharvey
Branch: MAIN
Changes since 1.224: +2 -1 lines
Diff to previous 1.224
Added a specific DB_sybase::quoteFloat() implementation along the same lines as fbsql.

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 06:05:01 2007 UTC (20 months ago) by aharvey
Branch: MAIN
Changes since 1.223: +6 -60 lines
Diff to previous 1.223
Added divide by zero error mapping for Sybase driver.

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 00:48:22 2007 UTC (20 months, 1 week ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_8
Changes since 1.222: +58 -7 lines
Diff to previous 1.222
Preparing for DB 1.7.8 final.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 01:17:48 2007 UTC (20 months, 2 weeks ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_8RC2
Changes since 1.221: +9 -49 lines
Diff to previous 1.221
Tweaked DB::isManip() to attempt to deal with SELECT queries that include the
word INTO in a non-keyword context. Fixes bug #9869. This changeset also
prepares package.xml for DB 1.7.8RC2.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 05:47:48 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_8RC1
Changes since 1.220: +9 -4 lines
Diff to previous 1.220
Preparing DB 1.7.8RC1 release.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 05:16:22 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.219: +5 -1 lines
Diff to previous 1.219
Altered DB_mssql::nextId() to use IDENT_CURRENT instead of @@IDENTITY, thereby resolving problems with concurrent nextId() calls. Fixes bug #181 (MSSQL: transaction logic problem with multiple tables and concurrent inserts).

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 03:11:17 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.218: +3 -1 lines
Diff to previous 1.218
Changed all freeResult() methods to check that the parameter is a resource before calling the native function to free the result. Fixes bug #5762 (Empty getRow() result causes ocifreestatemet() error).

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 02:46:59 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.217: +5 -1 lines
Diff to previous 1.217
Altered DB_ifx::simpleQuery() to treat EXECUTE queries as being data-returning. Fixes bug #5204 (Informix driver does not support stored procedures returning values).

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 02:41:07 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.216: +3 -1 lines
Diff to previous 1.216
Added DB_common::nextQueryIsManip() to explicitly hint that the next query is a manipulation query and therefore ignore DB::isManip(); updated drivers to use the new flags; and updated the query test to check that it behaves as expected. Fixes bug #3895 (DB::isManip issues) as well as we can, given the limitations of isManip in general and the need to maintain BC.

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 02:10:40 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.215: +4 -1 lines
Diff to previous 1.215
Added schema support to _pgFieldFlags. Fixes bug #5796 (Add Schema support to _pgFieldFlags in pgsql driver) and the related bug #7114 (Pgsql - incorrect results for schema).

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 09:03:58 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.214: +3 -1 lines
Diff to previous 1.214
Fixed DB_result::fetch*() to only increment their internal row_counters when a row number has not been provided. Fixes bug #7502 (DB_result::fetchRow() that sets $rownum still increments row_counter).

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 07:52:22 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.213: +2 -1 lines
Diff to previous 1.213
Added the mysterious 246 data type to the mysqli type map. Fixes bug #6477 (Broken types array in mysqli extension) -- or as much as it can be fixed, anyway, without architectural changes to DB which aren't going to happen.

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 07:43:09 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.212: +3 -1 lines
Diff to previous 1.212
Fixed quoting of float values to always have the decimal point as a point, rather than a comma, irrespective of locale. This also refactors the quoteSmart code slightly to always use DB_common::quoteSmart(), with quoteBoolean() and quoteFloat() methods being added to deal with database-specific semantics for those types. Fixes bug #3021 (have quoteSmart() convert floats to strings).

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 07:39:38 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.211: +4 -1 lines
Diff to previous 1.211
Fix DB_result::numRows() to return the correct value for limit queries in fbsql.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 05:42:20 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.210: +3 -1 lines
Diff to previous 1.210
Added tracking of oci8 prepared queries to ensure that last_query is set properly even when there are multiple prepared queries at a given time. Fixes bug #7632 (oracle: unable to get numRows from prepared query).

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 05:18:47 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.209: +3 -1 lines
Diff to previous 1.209
Added DB::getDSNString() to allow pretty-printing of both string and array DSNs, thereby improving the output of DB::connect() on error. Also updated the parseDSN tests to parse the output of getDSNString and make sure that it parses exactly the same as the original DSN. This fixes bug #3759 (Array DSN not converted to string in PEAR::ERROR user info).

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 02:52:54 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.208: +3 -1 lines
Diff to previous 1.208
Added code to DB_result::numRows() to return correct results when limit emulation is being used and updated the limit test to check this. Fixes bug #4649 (MSSQL: numRows() returns wrong result for limitQuery()).

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 02:15:52 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.207: +3 -1 lines
Diff to previous 1.207
Altered DB_oci8::connect() to handle non-standard ports. Fixes bug #7216 (OCI8 module ignores non-standard port).

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 02:09:25 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.206: +4 -1 lines
Diff to previous 1.206
Altered DB_oci8::numRows() to properly restore last_query state. Fixes bug #4388 (DB Error if calling numRows() before tableInfo() (ORACLE)).

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 01:22:42 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.205: +4 -1 lines
Diff to previous 1.205
Added code to DB_ibase::prepare() to return a DB_Error when ibase_prepare fails, rather than the current behaviour of blindly returning whatever ibase_prepare returns (which is false). This fixes bug #8217 (AutoPrepare returns false).

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 08:24:22 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.204: +6 -1 lines
Diff to previous 1.204
Added initial release notes for DB covering the changes I've made today.

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 02:14:34 2007 UTC (20 months, 3 weeks ago) by aharvey
Branch: MAIN
Changes since 1.203: +3 -64 lines
Diff to previous 1.203
Resetting package.xml for the next DB release cycle.

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 00:34:02 2007 UTC (20 months, 4 weeks ago) by aharvey
Branch: MAIN
CVS Tags: RELEASE_1_7_7
Changes since 1.202: +5 -2 lines
Diff to previous 1.202
Preparing for DB 1.7.7 release.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 06:58:34 2007 UTC (21 months ago) by aharvey
Branch: MAIN
Changes since 1.201: +4 -1 lines
Diff to previous 1.201
Updated Informix error handling and its testing.

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 08:16:58 2007 UTC (21 months ago) by aharvey
Branch: MAIN
Changes since 1.200: +8 -1 lines
Diff to previous 1.200
Fixed bug #7501 (ORACLE: connect method for PHP4 does not consider 'database' field in $dsn var), which fixes the DSN handling to have consistent behaviour using both the old and new oci8 extensions.

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 04:35:13 2007 UTC (21 months ago) by aharvey
Branch: MAIN
Changes since 1.199: +2 -1 lines
Diff to previous 1.199
Added support for certain SQL Server 2005 error codes to the mssql driver.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 07:46:34 2006 UTC (21 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.198: +3 -1 lines
Diff to previous 1.198
Added support for new error codes in MySQL 5.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 06:01:09 2006 UTC (21 months, 1 week ago) by aharvey
Branch: MAIN
Changes since 1.197: +12 -1 lines
Diff to previous 1.197
Updated package.xml to reflect the current state of HEAD and the updated list of maintainers.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 15:28:07 2006 UTC (23 months ago) by lsmith
Branch: MAIN
Changes since 1.196: +1 -7 lines
Diff to previous 1.196
- removed myself as helper

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 5 14:44:02 2006 UTC (2 years, 2 months ago) by danielc
Branch: MAIN
Changes since 1.195: +3 -1 lines
Diff to previous 1.195
* Fix issues with delimited identifiers in mssql tableInfo().  Bug 8336.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 17 08:48:49 2006 UTC (2 years, 6 months ago) by lsmith
Branch: MAIN
Changes since 1.194: +4 -1 lines
Diff to previous 1.194
- updated changelog

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 23:33:36 2006 UTC (2 years, 7 months ago) by lsmith
Branch: MAIN
Changes since 1.193: +5 -1 lines
Diff to previous 1.193
- added ability to specify port number when using unix sockets in DB::parseDSN() (bug #5982)

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 23:21:29 2006 UTC (2 years, 7 months ago) by lsmith
Branch: MAIN
Changes since 1.192: +4 -1 lines
Diff to previous 1.192
fixed handling of fully qualified table names in tableInfo().  Bug 4272.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 22:59:43 2006 UTC (2 years, 7 months ago) by lsmith
Branch: MAIN
Changes since 1.191: +5 -1 lines
Diff to previous 1.191
- updated changelog

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 14 08:31:13 2005 UTC (3 years, 1 month ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_1_0_4
Changes since 1.190: +2 -2 lines
Diff to previous 1.190
smith@backendmedia.com => smith@pooteeweet.org

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 14 02:42:16 2005 UTC (3 years, 2 months ago) by danielc
Branch: MAIN
Changes since 1.189: +5 -1 lines
Diff to previous 1.189
* Tweak quoteSmart() to allows MS Access to wrap dates in #'s.  Bug 4813.

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 10 13:38:51 2005 UTC (3 years, 2 months ago) by danielc
Branch: MAIN
Changes since 1.188: +7 -1 lines
Diff to previous 1.188
* Eliminate "Undefined index $vars" notice in store().  Bug 4766.

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 10 14:35:48 2005 UTC (3 years, 3 months ago) by danielc
Branch: MAIN
Changes since 1.187: +8 -1 lines
Diff to previous 1.187
* Latest changes.

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 27 15:48:17 2005 UTC (3 years, 4 months ago) by danielc
Branch: MAIN
Changes since 1.186: +4 -1 lines
Diff to previous 1.186
* If connection is lost, raise DB_ERROR_CONNECT_FAILED
  instead of the generic DB_ERROR.  Bug 4446.

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 27 15:32:34 2005 UTC (3 years, 4 months ago) by danielc
Branch: MAIN
Changes since 1.185: +7 -8 lines
Diff to previous 1.185
* When inserting to non-existant column in pgsql,
  produce proper error, "no such field", instead of
  "no such table".  Bug 4365.

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 15:10:18 2005 UTC (3 years, 5 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_6
Changes since 1.184: +5 -2 lines
Diff to previous 1.184
* Provide BC hack for those connecting to oci8 using
  'hostspec' instead of 'database'.  Bug 4104.

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 7 14:27:35 2005 UTC (3 years, 6 months ago) by danielc
Branch: MAIN
Changes since 1.183: +4 -12 lines
Diff to previous 1.183
* Fix the docblocks regarding DB_FETCHMODE_FLIPPED.  Bug 4027.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 29 13:29:32 2005 UTC (3 years, 6 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_5
Changes since 1.182: +5 -2 lines
Diff to previous 1.182
* Don't pass new_link to mysql_pconnect().  Bug 3993.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 25 17:45:32 2005 UTC (3 years, 6 months ago) by danielc
Branch: MAIN
Changes since 1.181: +8 -3 lines
Diff to previous 1.181
* Latest changes.

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 10 01:22:48 2005 UTC (3 years, 6 months ago) by danielc
Branch: MAIN
Changes since 1.180: +5 -5 lines
Diff to previous 1.180
* Map error message for multi-column unique constraints.

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 7 18:24:51 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_4
Changes since 1.179: +5 -10 lines
Diff to previous 1.179
* Fix mssql tableInfo() so flags are returned.  Bug 3691.

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 4 23:12:35 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_3
Changes since 1.178: +9 -8 lines
Diff to previous 1.178
* Remove modifyLimitQuery() from getOne()
  and getRow() due to backwards compatibility
  issues.  This undoes request 1771 and the
  hacks required fix the problems it brought
  (bug 3663, bug 3666 and bug 3680).
  Fixes bug 3705.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 3 16:57:30 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_2
Changes since 1.177: +7 -5 lines
Diff to previous 1.177
* getOne() and getRow() should not use limit
  queries if the query contains aggregation
  functions: AVG, COUNT, MAX, MIN, SUM.  Bug 3680.

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 2 14:42:58 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.176: +6 -4 lines
Diff to previous 1.176
* Make modifyLimitQuery() accommodate
  queries that already have ";"
  appended to them.  Bug 3666.

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 1 20:22:03 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_1
Changes since 1.175: +3 -58 lines
Diff to previous 1.175
* modifyLimitQuery() should not not modify the query
  if it already has a LIMIT clause.  Bug 3663.

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 1 04:34:09 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_0
Changes since 1.174: +2 -2 lines
Diff to previous 1.174
let's roll with 1.7.0...

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 28 18:37:30 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.173: +7 -1 lines
Diff to previous 1.173
* __sleep() should not call disconnect().
  Also store connection state in the new
  $was_connected property.  This resolves
  Bug 3594 that was introduced in 1.7.0RC1.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 28 01:43:24 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.172: +41 -174 lines
Diff to previous 1.172
* Latest changes.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 22 06:24:55 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_7_0RC1
Changes since 1.171: +2 -2 lines
Diff to previous 1.171
* Helps to name the (multiconnect.php) file correctly.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 22 06:21:07 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170
* Here we go with rc1 of 1.7.0...

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 21 20:31:07 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.169: +13 -2 lines
Diff to previous 1.169
* The latest changelog stuff.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 18 23:25:42 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.168: +18 -2 lines
Diff to previous 1.168
* Rework ibase error handlers.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 16 06:45:54 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.167: +7 -1 lines
Diff to previous 1.167
* Misc updates for dbase.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 14 17:11:18 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.166: +16 -12 lines
Diff to previous 1.166
* Latest goodies.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 9 19:16:06 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.165: +4 -1 lines
Diff to previous 1.165
* Change Sybase's identifier delimiting from [] to "".

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 9 00:19:17 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.164: +1 -2 lines
Diff to previous 1.164
* Remove the mysql extension specific bug22328.phpt test.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 8 20:38:51 2005 UTC (3 years, 7 months ago) by danielc
Branch: MAIN
Changes since 1.163: +10 -1 lines
Diff to previous 1.163
* Further updates.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 5 01:49:22 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.162: +2 -1 lines
Diff to previous 1.162
* Add getListOf() support to odbc.  Request 2669.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 5 00:41:48 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.161: +2 -1 lines
Diff to previous 1.161
* Add tableInfo() support to odbc.  Request 2669.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 4 18:10:42 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.160: +8 -1 lines
Diff to previous 1.160
* Add numRows() to ifx and ibase.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 3 16:56:13 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.159: +8 -2 lines
Diff to previous 1.159
* Add test for getListOf().
* Error maps for mysql.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 3 06:27:27 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.158: +17 -14 lines
Diff to previous 1.158
* Rearrange things and update the info.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 3 00:35:12 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.157: +7 -1 lines
Diff to previous 1.157
* Add __wakeup() to each driver so connections
  will automatically be reestablished when PHP's
  unserialize() function is called.  Request 928.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 2 22:52:45 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.156: +22 -16 lines
Diff to previous 1.156
* Latest changes.

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 2 17:16:28 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.155: +2 -1 lines
Diff to previous 1.155
* Adding getListOf() to ibase.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 2 16:53:58 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.154: +4 -1 lines
Diff to previous 1.154
* When using getOne() and getRow(), if the DBMS
  supports LIMIT queries, limit the output to
  one row.  Request 1771.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 2 02:52:31 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.153: +8 -2 lines
Diff to previous 1.153
* Add lateset info and new test.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 31 19:43:48 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.152: +5 -2 lines
Diff to previous 1.152
* Add connect_timeout (Request 3228), new_link, sslmode,
  and service support to pgsql connect().

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 31 18:48:22 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.151: +4 -1 lines
Diff to previous 1.151
* Add new_link and client_flags support to connect().

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 31 07:11:16 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.150: +11 -6 lines
Diff to previous 1.150
* Add affectedRows() support to ibase.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 30 02:45:33 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.149: +4 -1 lines
Diff to previous 1.149
* When the number of columns doesn't match the number
  of values use the DB_ERROR_VALUE_COUNT_ON_ROW error code.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 29 05:09:35 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.148: +3 -1 lines
Diff to previous 1.148
* Resolve tableInfo() issue caused by PHP 5.0.3.  Bug 2988.

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 29 04:47:30 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.147: +14 -1 lines
Diff to previous 1.147
* Latest changes.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 28 21:02:07 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.146: +3 -1 lines
Diff to previous 1.146
* When trying to DROP an index that doesn't exist,
  use the DB_ERROR_NOT_FOUND error code.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 28 19:46:33 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.145: +6 -3 lines
Diff to previous 1.145
* Better report errors from creating a duplicate index.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 10 23:45:07 2005 UTC (3 years, 8 months ago) by danielc
Branch: MAIN
Changes since 1.144: +8 -2 lines
Diff to previous 1.144
* Add Lukas as helper.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 24 20:48:18 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.143: +8 -1 lines
Diff to previous 1.143
* Indicate $num_rows changes.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 17 16:52:41 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.142: +49 -17 lines
Diff to previous 1.142
* Implement the new header docblocks.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 17 01:51:51 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.141: +18 -18 lines
Diff to previous 1.141
* Better explain the situation of which DBMS's are supported.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 15 19:41:02 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.140: +7 -5 lines
Diff to previous 1.140
* Tweak format.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 10 21:06:33 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.139: +7 -1 lines
Diff to previous 1.139
* Consider SELECT INTO and COPY data manipulation
  queries in isManip().  Bug 2883.
* Use pg_affected_rows() instead of the undocumented
  pg_cmdtuples().

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 10 20:57:53 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.138: +7 -6 lines
Diff to previous 1.138
* Deal with MS Access' excessive use of the
  S1000 ("General Error") code by trying to
  pin down a more specific error.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 10 20:07:49 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.137: +4 -1 lines
Diff to previous 1.137
* Add '23504' => DB_ERROR_CONSTRAINT to error map.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 10 06:27:05 2004 UTC (3 years, 9 months ago) by danielc
Branch: MAIN
Changes since 1.136: +5 -1 lines
Diff to previous 1.136
* Allow multiple open parentheses in query strings
  (due to regex in simpleQuery()).  Bug 2586.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 19 18:44:43 2004 UTC (3 years, 10 months ago) by danielc
Branch: MAIN
Changes since 1.135: +2 -1 lines
Diff to previous 1.135
* Add tableInfo() to sqlite.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 15 08:29:25 2004 UTC (3 years, 10 months ago) by danielc
Branch: MAIN
Changes since 1.134: +8 -1 lines
Diff to previous 1.134
* When running PHP5, use the new oci_new_connect() and
  oci_close() functions instead of the old ones.
  Works around crashes caused by PHP bug
  http://bugs.php.net/bug.php?id=28924
  (PEAR Bug #2622)

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 10 16:44:44 2004 UTC (3 years, 10 months ago) by danielc
Branch: MAIN
Changes since 1.133: +2 -2 lines
Diff to previous 1.133
* How about using the right bug number?

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 10 16:42:39 2004 UTC (3 years, 10 months ago) by danielc
Branch: MAIN
Changes since 1.132: +6 -1 lines
Diff to previous 1.132
* Use "," to delimit port only for Windows.  Use ":"
  for other OS's.  This bug was introduced when
  resolving Bug #2140.  (Bug #2730)

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 2 21:30:22 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.131: +5 -2 lines
Diff to previous 1.131
*

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 2 15:14:35 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.130: +5 -1 lines
Diff to previous 1.130
* Capture $php_errormsg on connection errors to make
  debugging easier.
* Some whitespace cleanup.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 31 22:15:40 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.129: +3 -1 lines
Diff to previous 1.129
* Make fbsql sequences work.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 31 20:38:53 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.128: +26 -9 lines
Diff to previous 1.128
* Note work thus far toward 1.7.0.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 29 02:30:18 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.127: +9 -4 lines
Diff to previous 1.127
* Provide debugging information to raiseError() when
  connections fail so getUserInfo() and getDebugInfo()
  provide useful information.

* Remove Stig's middle name to avoid bizarre
  renderings of the dipthong.

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 15:24:27 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
* Ahem... prefix the constant with DB instead of MDB2.
* Tweak order of error mappings.

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 15:18:45 2004 UTC (3 years, 11 months ago) by danielc
Branch: MAIN
Changes since 1.125: +7 -2 lines
Diff to previous 1.125
* Add -904 => MDB2_ERROR_CONNECT_FAILED to ibase's errorcode_map.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 5 00:06:54 2004 UTC (4 years ago) by danielc
Branch: MAIN
Changes since 1.124: +6 -10 lines
Diff to previous 1.124
* If DSN contains "dbsyntax", always use that for $this->dbsyntax.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 4 17:53:08 2004 UTC (4 years ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_6_8
Changes since 1.123: +7 -3 lines
Diff to previous 1.123
* Add "permission denied" to error regex.  Bug 2417.
  (stewart_linux-org-au)

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 4 17:14:32 2004 UTC (4 years ago) by danielc
Branch: MAIN
Changes since 1.122: +6 -10 lines
Diff to previous 1.122
* Allow use of cursor argument to odbc connect functions.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 25 21:57:59 2004 UTC (4 years ago) by danielc
Branch: MAIN
CVS Tags: RELEASE_1_6_7
Changes since 1.121: +7 -3 lines
Diff to previous 1.121
* Don't anchor start of error regex.  Bug 2399.

Revision 1.121 - (view) (download) (as text) (annotate) -