20 Commits (d8c7099cc96c9005a7f40542a4bdc308a69c8906)

Author SHA1 Message Date
  Carl Schwan 6312c0df69
Check style update 2 years ago
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3 years ago
  Christoph Wurst 2c9cdc1cdb
Add our own DB exception abstraction 3 years ago
  Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 3 years ago
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators 3 years ago
  Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 3 years ago
  Christoph Wurst cb057829f7
Update license headers for 19 4 years ago
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4 years ago
  Christoph Wurst 5bf3d1bb38
Update license headers 4 years ago
  Morris Jobke f889beae7e
Fix PHPDoc 5 years ago
  Ole Ostergaard 0d778fcc4e Code cleanup. 5 years ago
  Ole Ostergaard d62da82bf9 Add supression of SqlInjectionChecker. 5 years ago
  Ole Ostergaard a48ea8cffa Add insertIgnoreConflict to Adapter and use it for for executing the file locking. 5 years ago
  Morris Jobke 5273639d0e
Add deprecation message ofr insertIfNotExist 5 years ago
  Morris Jobke 230e93f575
Catch UniqueConstraintViolationException inside insertIfNotExist 5 years ago
  Morris Jobke e6efa755c9
Use short for of substr to not need strlen() 6 years ago
  Joas Schilling 0215b004da
Update with robin 8 years ago
  Joas Schilling ba87db3fcc
Fix others 8 years ago
  Joas Schilling 7e3ce83526
Add a method to lock a table 8 years ago
  Roeland Jago Douma d09f835dca
Move \OC\DB to PSR-4 8 years ago
  Thomas Müller 682821c71e Happy new year! 8 years ago
  Jenkins for ownCloud b585d87d9d Update license headers 9 years ago
  Joas Schilling c2a5bd6a01 Also add a note that clob does not work in the compare array 9 years ago
  Joas Schilling fefcbb966b Also use all keys for an empty array, just in case 9 years ago
  Joas Schilling d1511cdbee Fix doc blocks of insertIfNotExists() method 9 years ago
  Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 9 years ago
  Joas Schilling 8fa692388b Allow specifying the compare-array for insertIfNotExists() 9 years ago
  Morris Jobke 06aef4e8b1 Revert "Updating license headers" 9 years ago
  Jenkins for ownCloud 6a1a4880f0 Updating license headers 9 years ago
  Arthur Schiwon 74ffda8261 do not output DB information, and do not set header 9 years ago
  Arthur Schiwon 08205c63f9 errors are already logged 9 years ago
  Arthur Schiwon 7ed678b04d eliminate OC_Template::printErrorPage in database classes, fixes #12182 9 years ago
  Lukas Reschke af335a39f1 Add PHPDoc about sanitization of "insertIfNotExist" 9 years ago
  Jonny007-MKD 4161fd2408 Update adapter.php 11 years ago
  Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 10 years ago
  Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 10 years ago
  Bart Visscher 3eb5fff02a Add documentation to OC\DB\adapter class 11 years ago
  Bart Visscher be7c613993 Fix errors from unit tests 11 years ago
  Bart Visscher b66c9098bd Correct namespace of OC_ classes 11 years ago
  Bart Visscher 19b9c89634 Move insertIfNotExist to Connection wrapper 11 years ago
  Bart Visscher 58991150ab Move query statement fixup handling to Connection wrapper 11 years ago
  Bart Visscher e3c5fea989 Move lastInsertId to adapter classes 11 years ago
  Bart Visscher 66a215651b Create DB Connection wrapper and DB\Adapter* classes 11 years ago