Commit Graph

20 Commits (4608d3def7e8619fe2a151aa7d2180dc465f8155)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Robin Appelman faa4918355 be a little more verbose in the exception message when we cant connect to the db 10 years ago
Joas Schilling c2a5bd6a01 Also add a note that clob does not work in the compare array 10 years ago
Joas Schilling d1511cdbee Fix doc blocks of insertIfNotExists() method 10 years ago
Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 10 years ago
Joas Schilling 8fa692388b Allow specifying the compare-array for insertIfNotExists() 10 years ago
Thomas Müller 4e37831d85 Fix PHPDoc on the way .... 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 10 years ago
Robin Appelman 3356308594 Prevent leaking db connection info in the stacktrace 10 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 10 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 10 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 10 years ago
Robin Appelman d4e929c37a Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 11 years ago
Robin Appelman 72f99f5041 Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Thomas Müller e30e4ea1cc php 5.3 compatibility regarding OC\DB\Connection fixed 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher aa8a85f77d Add DBConnection to server container 12 years ago
Bart Visscher d563367b0f More style fixes 12 years ago
Bart Visscher 83988a5906 Fix stupid bug 12 years ago
Bart Visscher 0783267e2c Move query processing after the check for prepared statement cache 12 years ago
Bart Visscher 000b5a801f Move building error string to connection 12 years ago
Bart Visscher 19b9c89634 Move insertIfNotExist to Connection wrapper 12 years ago
Bart Visscher 58991150ab Move query statement fixup handling to Connection wrapper 12 years ago
Bart Visscher 1d5d23a1de Move limit/offset handling to Connection wrapper 12 years ago
Bart Visscher a48e9c488b Move prepared query cache handling to Connection wrapper 12 years ago
Bart Visscher e3c5fea989 Move lastInsertId to adapter classes 12 years ago
Bart Visscher cd98ff1eaf Move db prefix handling to Connection wrapper 12 years ago
Bart Visscher 66a215651b Create DB Connection wrapper and DB\Adapter* classes 12 years ago