Commit Graph

11 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 11 years ago
Robin Appelman 3356308594 Prevent leaking db connection info in the stacktrace 11 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 11 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 11 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 11 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 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 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 13 years ago
Bart Visscher 83988a5906 Fix stupid bug 13 years ago
Bart Visscher 0783267e2c Move query processing after the check for prepared statement cache 13 years ago
Bart Visscher 000b5a801f Move building error string to connection 13 years ago
Bart Visscher 19b9c89634 Move insertIfNotExist to Connection wrapper 13 years ago
Bart Visscher 58991150ab Move query statement fixup handling to Connection wrapper 13 years ago
Bart Visscher 1d5d23a1de Move limit/offset handling to Connection wrapper 13 years ago
Bart Visscher a48e9c488b Move prepared query cache handling to Connection wrapper 13 years ago
Bart Visscher e3c5fea989 Move lastInsertId to adapter classes 13 years ago
Bart Visscher cd98ff1eaf Move db prefix handling to Connection wrapper 13 years ago
Bart Visscher 66a215651b Create DB Connection wrapper and DB\Adapter* classes 13 years ago