aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MDB2
Commit message (Collapse)AuthorAgeFilesLines
* strict standards fixes for sqlite3Robin Appelman2012-05-191-5/+5
|
* fix sqlite3 driver against updated MDB2Robin Appelman2012-05-111-1/+1
|
* 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
| | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719.
* 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
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* 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' ↵Robin Appelman2011-06-171-0/+8
| | | | errors with webdav
* make use of native sqlite3 prepared statementsRobin Appelman2011-06-141-2/+329
|
* sqlite3 driver for mdb2Robin Appelman2011-06-136-0/+3626
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.