Fri, 29 Jun 2012 17:45:37 +0100 Matthew Wild MySQL: Avoid allocating the full column size to receive results, for variable-length types check result size before allocation (thanks Florob) file | diff | annotate
Fri, 21 May 2010 23:00:13 +0000 nrich * Add new MySQL types file | diff | annotate
Fri, 18 Sep 2009 12:40:53 +0000 nrich * Fix MySQL date/time types file | diff | annotate
Tue, 01 Sep 2009 13:15:02 +0000 nrich Add __tostring method to connection and statement objects. file | diff | annotate
Fri, 17 Apr 2009 23:46:12 +0000 nrich Add 'columns' method to statement handles to retrieve column names from a result set file | diff | annotate
Mon, 22 Dec 2008 07:36:54 +0000 nrich Bugfix - fix allocation bugs file | diff | annotate
Sat, 20 Dec 2008 23:53:07 +0000 nrich Cleanup. file | diff | annotate
Sat, 20 Dec 2008 11:15:15 +0000 nrich Bugfix: memory corruption possible after reallocs. Using a static buffer instead. Will need to check for overflows on static buffer. file | diff | annotate
Fri, 19 Dec 2008 09:17:16 +0000 nrich Added the statement:affected() and statement:rowcount() methods. file | diff | annotate
Fri, 05 Dec 2008 07:41:15 +0000 nrich Add DB2 driver module. file | diff | annotate
Tue, 02 Dec 2008 21:11:27 +0000 nrich Renamed statement:fetch() to statement:rows(), and statement:row() to statement:fetch(). The API reads better this way. file | diff | annotate
Tue, 02 Dec 2008 08:10:54 +0000 nrich Bugfix: PSQL array returns were not being indexed properly. file | diff | annotate
Mon, 01 Dec 2008 07:22:44 +0000 nrich Added new typechecks and errors file | diff | annotate
Mon, 01 Dec 2008 02:56:40 +0000 nrich Bugfix: fix connection in DBD.SQLite3.New file | diff | annotate
Sat, 29 Nov 2008 00:51:14 +0000 nrich Bugfix - the size of strings for bind params pointed to the same memory file | diff | annotate
Fri, 28 Nov 2008 22:32:14 +0000 nrich Fixed bug: double bind params were using the same variables memory space so they were all being set to the same number. file | diff | annotate
Wed, 26 Nov 2008 10:43:45 +0000 nrich Clean up error messages for consistency. file | diff | annotate
Wed, 26 Nov 2008 10:01:03 +0000 nrich Cleanup and 'assert' error handling. file | diff | annotate
Sun, 23 Nov 2008 04:12:04 +0000 nrich Cleanup and commenting file | diff | annotate
Sun, 23 Nov 2008 01:29:09 +0000 nrich Initial import. file | diff | annotate
(0) tip

mercurial