summaryrefslogtreecommitdiffstats
path: root/lib/private/db/adapter.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\DB to PSR-4Roeland Jago Douma2016-04-151-95/+0
| | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* 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 ↵Thomas Müller2015-03-091-15/+2
| | | | real exception
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-4/+7
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
|
* do not output DB information, and do not set headerArthur Schiwon2014-11-141-1/+7
|
* errors are already loggedArthur Schiwon2014-11-141-1/+0
|
* eliminate OC_Template::printErrorPage in database classes, fixes #12182Arthur Schiwon2014-11-141-1/+2
|
* Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke2014-10-171-1/+1
| | | | Let's document this potential pitfall properly.
* Update adapter.phpJonny007-MKD2014-07-011-3/+8
| | | | Modified insertIfNotExist() to support NULL values
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+72
Conflicts: lib/private/vcategories.php