Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-19Fix insert/update/delete helper functions for oracleBart Visscher
2013-09-13Register EventSubscriber that resets Oracle's NLS_DATE_FORMAT etc.Andreas Fischer
2013-09-13Create instance of Doctrine\Common\EventManager() in OC_DB.Andreas Fischer
2013-08-16Remove disconnect function from OC_DBBart Visscher
2013-08-08More style fixesBart Visscher
2013-08-07Style fixesBart Visscher
2013-08-06merge master into doctrine-objectRobin Appelman
2013-08-05Merge pull request #4291 from owncloud/schemaBart Visscher
2013-08-02merge master into doctrine-objectRobin Appelman
2013-08-02Simplify OC_DB transaction functionsBart Visscher
2013-08-02Use function to create schema managerBart Visscher
2013-08-02Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManagerBart Visscher
2013-08-02Change OC_DB_Schema to use DI for db connection objectBart Visscher
2013-07-29always return intJörn Friedrich Dreyer
2013-07-26Make DB connection available to use for dependency injectionBart Visscher
2013-07-22Move building error string to connectionBart Visscher
2013-07-22Group database connection and schema functionBart Visscher
2013-07-22Cleanup: remove code for multiple database backendsBart Visscher
2013-07-22Use $connection for schema changesBart Visscher
2013-07-22Simplify OC_DB transaction functionsBart Visscher
2013-07-22Move insertIfNotExist to Connection wrapperBart Visscher
2013-07-22Move query statement fixup handling to Connection wrapperBart Visscher
2013-07-22Move limit/offset handling to Connection wrapperBart Visscher
2013-07-22Move prepared query cache handling to Connection wrapperBart Visscher
2013-07-22Move lastInsertId to adapter classesBart Visscher
2013-07-22Move db prefix handling to Connection wrapperBart Visscher
2013-07-22Create DB Connection wrapper and DB\Adapter* classesBart Visscher
2013-07-22Only close db connection when disconnecting, keep the connection objectBart Visscher
2013-07-19Merge pull request #2221 from owncloud/doctrineBart Visscher
2013-07-17fixing UNIX_TIMESTAMP() for mssqlThomas Mueller
2013-07-13Merge branch 'master' into doctrineBart Visscher
2013-07-08Merge pull request #3954 from owncloud/update_insertifnotexist_and_testThomas Müller
2013-07-05update commentJörn Friedrich Dreyer
2013-07-05fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer
2013-07-02Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller
2013-07-02Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_blockThomas Müller
2013-06-28isError should detect a PEAR_Error even if the backend is PDO.Thomas Mueller
2013-06-28correctly handle error results of PDO and MDB2 backendsJörn Friedrich Dreyer
2013-06-28Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_m...Bart Visscher
2013-06-28Move DoctrineStatementWrapper to its own fileBart Visscher
2013-06-28Remove deadcodeBart Visscher
2013-06-28adding PHPDocThomas Mueller
2013-06-27one if lessJörn Friedrich Dreyer
2013-06-26Use Doctrine platform to add limit and offset to queryBart Visscher
2013-06-25manuall calculate unix_timestamp for oracleJörn Friedrich Dreyer
2013-06-25Use Doctrines Oracle sequence suffixBart Visscher
2013-06-25OCI doesn't have a queryStringBart Visscher
2013-06-25UNIX_TIMESTAMP replace for OracleBart Visscher
2013-06-25Fixes connecting to Oracle without port setBart Visscher