Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -95/+0 |
| | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Also add a note that clob does not work in the compare array | Joas Schilling | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | Also use all keys for an empty array, just in case | Joas Schilling | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Fix doc blocks of insertIfNotExists() method | Joas Schilling | 2015-03-11 | 1 | -5/+8 |
| | |||||
* | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-09 | 1 | -15/+2 |
| | | | | real exception | ||||
* | Allow specifying the compare-array for insertIfNotExists() | Joas Schilling | 2015-03-09 | 1 | -4/+7 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
| | |||||
* | do not output DB information, and do not set header | Arthur Schiwon | 2014-11-14 | 1 | -1/+7 |
| | |||||
* | errors are already logged | Arthur Schiwon | 2014-11-14 | 1 | -1/+0 |
| | |||||
* | eliminate OC_Template::printErrorPage in database classes, fixes #12182 | Arthur Schiwon | 2014-11-14 | 1 | -1/+2 |
| | |||||
* | Add PHPDoc about sanitization of "insertIfNotExist" | Lukas Reschke | 2014-10-17 | 1 | -1/+1 |
| | | | | Let's document this potential pitfall properly. | ||||
* | Update adapter.php | Jonny007-MKD | 2014-07-01 | 1 | -3/+8 |
| | | | | Modified insertIfNotExist() to support NULL values | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+72 |
Conflicts: lib/private/vcategories.php |