summaryrefslogtreecommitdiffstats
path: root/lib/MDB2/Driver/sqlite3.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove MDB2 sqlite3 driverBart Visscher2013-02-251-1332/+0
|
* Whitespace cleanupBart Visscher2013-01-161-1/+1
|
* Try to fix #836Frank Karlitschek2012-12-121-2/+1
| | | | https://github.com/owncloud/core/issues/836
* Checkstyle: Fix last six NewlineBeforeOpenBraceFelix Moeller2012-11-041-2/+1
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
|
* Checkstyle: many fixesFelix Moeller2012-11-021-7/+7
|
* adding space between) and {Thomas Mueller2012-09-071-14/+14
|
* Fix strict standards warningsTom Needham2012-07-201-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* strict standards fixes for sqlite3Robin Appelman2012-05-191-5/+5
|
* fix sqlite3 driver against updated MDB2Robin Appelman2012-05-111-1/+1
|
* change licencing headers for sqlite3 driverRobin Appelman2011-10-221-44/+20
|
* 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-181-3/+2
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
|
* 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-131-0/+1024
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.