Commit Graph

1 Commits (60cfdae50399c362edee204cb6849db8203a63b0)

Author SHA1 Message Date
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bart Visscher 55efe1e56c Fix insert/update/delete helper functions for oracle 12 years ago
Andreas Fischer 786017c247 Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc. 12 years ago
Andreas Fischer 7f07d737f8 Create instance of Doctrine\Common\EventManager() in OC_DB. 12 years ago
Bart Visscher a0b7bf78a6 Remove disconnect function from OC_DB 12 years ago
Bart Visscher d563367b0f More style fixes 12 years ago
Bart Visscher 2cc94cbc73 Style fixes 12 years ago
Bart Visscher fd317f599b Simplify OC_DB transaction functions 12 years ago
Bart Visscher 5ffb8fac24 Use function to create schema manager 12 years ago
Bart Visscher 59c5529a2b Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager 12 years ago
Bart Visscher 9432885428 Change OC_DB_Schema to use DI for db connection object 12 years ago
Jörn Friedrich Dreyer 05fa55f2eb always return int 12 years ago
Bart Visscher d7916363e1 Make DB connection available to use for dependency injection 12 years ago
Bart Visscher 000b5a801f Move building error string to connection 12 years ago
Bart Visscher de83bf98c7 Group database connection and schema function 12 years ago
Bart Visscher 013333fe6a Cleanup: remove code for multiple database backends 12 years ago
Bart Visscher 3e0e2cfa19 Use $connection for schema changes 12 years ago
Bart Visscher 8a332cdc94 Simplify OC_DB transaction functions 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
Bart Visscher 62ce3a5613 Only close db connection when disconnecting, keep the connection object 12 years ago
Thomas Mueller 24283425a6 fixing UNIX_TIMESTAMP() for mssql 12 years ago
Jörn Friedrich Dreyer 212ea0508d update comment 12 years ago
Jörn Friedrich Dreyer 00987feda1 fix insertIfNotExist return value, update doc and corresponding test 12 years ago
Thomas Mueller 66e1eaac93 isError should detect a PEAR_Error even if the backend is PDO. 12 years ago
Jörn Friedrich Dreyer e62eb2e8d1 correctly handle error results of PDO and MDB2 backends 12 years ago
Bart Visscher b04e09a901 Move DoctrineStatementWrapper to its own file 12 years ago
Bart Visscher 6145e61718 Remove deadcode 12 years ago
Thomas Mueller 10951f9bd5 adding PHPDoc 12 years ago
Jörn Friedrich Dreyer 45c897acf3 one if less 12 years ago
Bart Visscher a9ee15cf40 Use Doctrine platform to add limit and offset to query 12 years ago
Jörn Friedrich Dreyer 7273b43cd5 manuall calculate unix_timestamp for oracle 12 years ago
Bart Visscher 9fa4b78ba4 Use Doctrines Oracle sequence suffix 12 years ago
Bart Visscher 159efa8bd4 OCI doesn't have a queryString 12 years ago
Bart Visscher 6300b95896 UNIX_TIMESTAMP replace for Oracle 12 years ago
Bart Visscher dca8c1cbc1 Fixes connecting to Oracle without port set 12 years ago
Jörn Friedrich Dreyer 643c8d3088 make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or DELETE queries, introduces isManipulation() to guess type of query 12 years ago
Jörn Friedrich Dreyer 372f261fe3 remove unnecessary exception handling 12 years ago
Jörn Friedrich Dreyer dcdabac04d oracle does not need sequence suffix, manually set database name to allow fetching db schema, don't shutdown db - we are using utf8 to connect 12 years ago
Jörn Friedrich Dreyer f7dc07602b minor cleanup for exception handling 12 years ago
Jörn Friedrich Dreyer 86c5243be5 remove duplicate logging from db.php, now happens in entrypoints 12 years ago
Jörn Friedrich Dreyer c0bdbd9d81 introduce and use executeAudited in db.php 12 years ago
Jörn Friedrich Dreyer cbd5eb9a1a use to_char only for oracle, whitespace 12 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 12 years ago
Bart Visscher 142b020d38 Remove wrong limit parameter from count query in compatibility function 12 years ago