summaryrefslogtreecommitdiffstats
path: root/lib/MDB2
Commit message (Expand)AuthorAgeFilesLines
* fix errors during database migrationRobin Appelman2012-01-081-7/+8
* fixes in the sqlite manager driverRobin Appelman2012-01-081-23/+49
* small fix in sqlite3 driverRobin Appelman2012-01-081-3/+0
* some fixes in the sqlite3 driverRobin Appelman2012-01-082-7/+12
* change licencing headers for sqlite3 driverRobin Appelman2011-10-226-265/+120
* Revert "enhance detection of un-initialized database", conflicted with setup ...Thomas Schmidt2011-09-301-6/+0
* enhance detection of un-initialized databaseThomas Schmidt2011-09-301-0/+6
* Remove global vars and use the OC static version.Bart Visscher2011-09-182-6/+4
* Renaming classes :-)Jakob Sack2011-07-292-2/+2
* fix sqlite3 driver for php<5.3Robin Appelman2011-06-201-1/+3
* only create one connection to a sqlite3 database, fixes 'Database locked' err...Robin Appelman2011-06-171-0/+8
* make use of native sqlite3 prepared statementsRobin Appelman2011-06-141-2/+329
* sqlite3 driver for mdb2Robin Appelman2011-06-136-0/+3626