Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Joas Schilling
|
c2a5bd6a01
|
Also add a note that clob does not work in the compare array
|
2015-03-16 15:41:00 +01:00 |
Joas Schilling
|
fefcbb966b
|
Also use all keys for an empty array, just in case
|
2015-03-12 09:18:43 +01:00 |
Joas Schilling
|
d1511cdbee
|
Fix doc blocks of insertIfNotExists() method
|
2015-03-11 09:05:30 +01:00 |
Thomas Müller
|
89be55a672
|
let insertIfNotExist() throw the native DBALException - no need to hide the real exception
|
2015-03-09 22:37:49 +01:00 |
Joas Schilling
|
8fa692388b
|
Allow specifying the compare-array for insertIfNotExists()
|
2015-03-09 22:37:49 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Arthur Schiwon
|
74ffda8261
|
do not output DB information, and do not set header
|
2014-11-14 17:43:22 +01:00 |
Arthur Schiwon
|
08205c63f9
|
errors are already logged
|
2014-11-14 16:59:54 +01:00 |
Arthur Schiwon
|
7ed678b04d
|
eliminate OC_Template::printErrorPage in database classes, fixes #12182
|
2014-11-14 15:48:55 +01:00 |
Lukas Reschke
|
af335a39f1
|
Add PHPDoc about sanitization of "insertIfNotExist"
Let's document this potential pitfall properly.
|
2014-10-17 11:06:49 +02:00 |
Jonny007-MKD
|
4161fd2408
|
Update adapter.php
Modified insertIfNotExist() to support NULL values
|
2014-07-01 17:47:27 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |