summaryrefslogtreecommitdiffstats
path: root/lib/MDB2/Driver/Manager
Commit message (Collapse)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-081-1/+1
|
* change licencing headers for sqlite3 driverRobin Appelman2011-10-221-44/+20
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-3/+2
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* sqlite3 driver for mdb2Robin Appelman2011-06-131-0/+1364
the only problem that I found with it so far is that it gives a database locked error on login, the rest seems to work fine but more testing is required.