summaryrefslogtreecommitdiffstats
path: root/lib/private/db/adaptersqlite.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* Also add a note that clob does not work in the compare arrayJoas Schilling2015-03-161-0/+1
* Also use all keys for an empty array, just in caseJoas Schilling2015-03-121-1/+1
* Fix doc blocks of insertIfNotExists() methodJoas Schilling2015-03-111-5/+8
* let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-091-14/+8
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-4/+7
* Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+6
* Updating license headersJenkins for ownCloud2015-02-231-6/+19
* do not output DB information, and do not set headerArthur Schiwon2014-11-141-2/+14
* errors are already loggedArthur Schiwon2014-11-141-2/+0
* eliminate OC_Template::printErrorPage in database classes, fixes #12182Arthur Schiwon2014-11-141-2/+2
* Implement ILIKE for sqliteRobin Appelman2014-09-171-1/+1
* Introduce cross-db ILIKERobin Appelman2014-09-161-0/+1
* Also update sqliteadapterRobin Appelman2014-07-021-3/+11
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+60