Sat, 30 Jun 2012 00:37:19 +0200 Matthew Wild MySQL: Fix off-by-one in allocation and pass address of correct bind result buffer to mysql_stmt_fetch_column() default tip changeset | files
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) changeset | files
Fri, 24 Dec 2010 00:34:04 +0000 nrich Make calling autocommit with the same value as set a NOOP to suppress a warning from the DB changeset | files
Mon, 20 Dec 2010 23:03:00 +0000 nrich Use SQLite built in mechanism for tracking transactions changeset | files
Mon, 20 Dec 2010 09:03:33 +0000 nrich Removed commented code changeset | files
Mon, 20 Dec 2010 09:01:12 +0000 nrich Fix DBD.SQLite3 transaction handling changeset | files
Sun, 18 Jul 2010 03:42:30 +0000 nrich add paths for psql vc++ build changeset | files
Fri, 16 Jul 2010 06:25:44 +0000 nrich Create builddir before building changeset | files
Sun, 13 Jun 2010 13:20:03 +0000 nrich Fix bug in statemnt dealloc in psql driver changeset | files
Tue, 08 Jun 2010 12:03:06 +0000 nrich Issue 6: Release/repository missing LICENSE file changeset | files
Fri, 21 May 2010 23:00:13 +0000 nrich * Add new MySQL types changeset | files
Fri, 18 Sep 2009 12:54:32 +0000 nrich fix release build target changeset | files
Fri, 18 Sep 2009 12:46:22 +0000 nrich update docs changeset | files
Fri, 18 Sep 2009 12:40:53 +0000 nrich * Fix MySQL date/time types changeset | files
Tue, 01 Sep 2009 13:15:02 +0000 nrich Add __tostring method to connection and statement objects. changeset | files
Sat, 13 Jun 2009 08:55:44 +0000 nrich * Add `columns' method for DB2 and Oracle statment handles changeset | files
Fri, 17 Apr 2009 23:46:12 +0000 nrich Add 'columns' method to statement handles to retrieve column names from a result set changeset | files
Tue, 17 Feb 2009 00:23:00 +0000 nrich Add docs. changeset | files
Fri, 13 Feb 2009 04:07:11 +0000 nrich Clean up comments. changeset | files
Mon, 22 Dec 2008 07:52:04 +0000 nrich Cleanup oracle bind allocations. changeset | files
Mon, 22 Dec 2008 07:36:54 +0000 nrich Bugfix - fix allocation bugs changeset | files
Sat, 20 Dec 2008 23:53:07 +0000 nrich Cleanup. changeset | files
Sat, 20 Dec 2008 11:17:37 +0000 nrich Remove debug statement. changeset | files
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. changeset | files
Sat, 20 Dec 2008 02:37:22 +0000 nrich * Added the connection:quote() method changeset | files
Fri, 19 Dec 2008 09:17:16 +0000 nrich Added the statement:affected() and statement:rowcount() methods. changeset | files
Fri, 12 Dec 2008 03:46:34 +0000 nrich Bugfix: the type return by 'select count(...)' was being pushed as a string because of missing psql => lua type mapping. changeset | files
Sat, 06 Dec 2008 08:40:10 +0000 nrich Bugfix - remove unused vars in oracle driver, catch param mismatch in statement:execute() changeset | files
Sat, 06 Dec 2008 07:35:31 +0000 nrich Misc changes. changeset | files
Sat, 06 Dec 2008 00:32:37 +0000 nrich Added initial Oracle driver support - functionality is complete, but may be too buggy in its current state for any serious use. changeset | files
Fri, 05 Dec 2008 09:20:31 +0000 nrich Bugfix: fix comment in connection changeset | files
Fri, 05 Dec 2008 09:10:27 +0000 nrich Missed cleaning the DB2 objects. changeset | files
Fri, 05 Dec 2008 07:41:15 +0000 nrich Add DB2 driver module. changeset | files
Wed, 03 Dec 2008 08:44:40 +0000 nrich Added connection:autocommit(), connection:commit(), and connection:rollback() to control transactions. changeset | files
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. changeset | files
Tue, 02 Dec 2008 08:10:54 +0000 nrich Bugfix: PSQL array returns were not being indexed properly. changeset | files
Mon, 01 Dec 2008 07:22:44 +0000 nrich Added new typechecks and errors changeset | files
Mon, 01 Dec 2008 02:56:40 +0000 nrich Bugfix: fix connection in DBD.SQLite3.New changeset | files
Sat, 29 Nov 2008 06:38:16 +0000 nrich Bugfix - execute was returning nil on success changeset | files
Sat, 29 Nov 2008 00:51:14 +0000 nrich Bugfix - the size of strings for bind params pointed to the same memory changeset | files
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. changeset | files
Wed, 26 Nov 2008 10:46:42 +0000 nrich Fixed missing return. changeset | files
Wed, 26 Nov 2008 10:43:45 +0000 nrich Clean up error messages for consistency. changeset | files
Wed, 26 Nov 2008 10:01:03 +0000 nrich Cleanup and 'assert' error handling. changeset | files
Sun, 23 Nov 2008 04:12:04 +0000 nrich Cleanup and commenting changeset | files
Sun, 23 Nov 2008 01:29:09 +0000 nrich Initial import. changeset | files
Sun, 23 Nov 2008 01:24:36 +0000 unknown Initial directory structure. changeset | files
(0) tip

mercurial