summaryrefslogtreecommitdiffstats
path: root/lib/MDB2/Driver/Native
Commit message (Collapse)AuthorAgeFilesLines
* Remove MDB2 sqlite3 driverBart Visscher2013-02-251-33/+0
|
* Remove php close at end of fileBart Visscher2012-08-291-1/+0
|
* change licencing headers for sqlite3 driverRobin Appelman2011-10-221-44/+20
|
* sqlite3 driver for mdb2Robin Appelman2011-06-131-0/+58
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.