summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2221 from owncloud/doctrineBart Visscher2013-07-181-617/+134
|\
| * Merge branch 'master' into doctrineBart Visscher2013-07-131-72/+101
| |\
| * | Move DoctrineStatementWrapper to its own fileBart Visscher2013-06-281-183/+4
| * | Remove deadcodeBart Visscher2013-06-281-24/+0
| * | adding PHPDocThomas Mueller2013-06-271-3/+3
| * | Use Doctrine platform to add limit and offset to queryBart Visscher2013-06-261-15/+4
| * | Use Doctrines Oracle sequence suffixBart Visscher2013-06-241-2/+10
| * | OCI doesn't have a queryStringBart Visscher2013-06-241-0/+5
| * | UNIX_TIMESTAMP replace for OracleBart Visscher2013-06-241-0/+1
| * | Fixes connecting to Oracle without port setBart Visscher2013-06-241-1/+3
| * | Merge branch 'master' into doctrineBart Visscher2013-06-241-25/+88
| |\ \
| * \ \ Merge branch 'master' into doctrineBart Visscher2013-04-251-17/+23
| |\ \ \
| * | | | initial fix for MSSQLThomas Mueller2013-03-191-2/+2
| * | | | documentation added and trying to fix minor code issuesThomas Mueller2013-03-191-3/+8
| * | | | Rewrite query for numRows function for SELECT queriesBart Visscher2013-03-171-1/+8
| * | | | Use the correct property for connection objectBart Visscher2013-03-171-6/+6
| * | | | Merge branch 'master' into doctrineBart Visscher2013-03-171-0/+1
| |\ \ \ \
| * | | | | Fix mssql connection parameters and correct driver for pgsqlBart Visscher2013-03-101-8/+9
| * | | | | Merge branch 'master' into doctrineBart Visscher2013-03-101-9/+201
| |\ \ \ \ \
| * | | | | | Change PDO Exceptions to Doctrine ExceptionsBart Visscher2013-02-251-5/+5
| * | | | | | Codestyle cleanupBart Visscher2013-02-251-13/+13
| * | | | | | Merge branch 'master' into doctrineBart Visscher2013-02-251-14/+49
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into doctrineBart Visscher2012-12-071-10/+89
| |\ \ \ \ \ \ \
| * | | | | | | | Remove other database implementations from OC_DBBart Visscher2012-12-061-370/+25
| * | | | | | | | Use Doctrine for schema changesBart Visscher2012-10-131-145/+27
| * | | | | | | | Basic support for Doctrine\DBALBart Visscher2012-10-131-0/+172
* | | | | | | | | fixing UNIX_TIMESTAMP() for mssqlThomas Mueller2013-07-171-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #3954 from owncloud/update_insertifnotexist_and_testThomas Müller2013-07-081-6/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | update commentJörn Friedrich Dreyer2013-07-051-1/+1
| * | | | | | | | fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer2013-07-051-5/+2
* | | | | | | | | Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller2013-07-011-17/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | isError should detect a PEAR_Error even if the backend is PDO.Thomas Mueller2013-06-281-19/+23
| * | | | | | | | | correctly handle error results of PDO and MDB2 backendsJörn Friedrich Dreyer2013-06-281-3/+6
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3793 from owncloud/remove_unnecessary_exception_catch_blockThomas Müller2013-07-011-85/+64
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | remove unnecessary exception handlingJörn Friedrich Dreyer2013-06-201-85/+64
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_m...Bart Visscher2013-06-281-15/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | one if lessJörn Friedrich Dreyer2013-06-271-5/+2
| * | | | | | | | make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or D...Jörn Friedrich Dreyer2013-06-241-15/+65
| |/ / / / / / /
* / / / / / / / manuall calculate unix_timestamp for oracleJörn Friedrich Dreyer2013-06-251-0/+1
|/ / / / / / /
* | | | | | | oracle does not need sequence suffix, manually set database name to allow fet...Jörn Friedrich Dreyer2013-06-141-1/+12
* | | | | | | minor cleanup for exception handlingJörn Friedrich Dreyer2013-06-121-6/+2
* | | | | | | remove duplicate logging from db.php, now happens in entrypointsJörn Friedrich Dreyer2013-06-101-4/+0
* | | | | | | introduce and use executeAudited in db.phpJörn Friedrich Dreyer2013-06-101-47/+103
* | | | | | | use to_char only for oracle, whitespaceJörn Friedrich Dreyer2013-05-221-6/+6
* | | | | | | add debug outputJörn Friedrich Dreyer2013-05-221-7/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove wrong limit parameter from count query in compatibility functionBart Visscher2013-04-061-1/+1
* | | | | | Change logQuery from define() to OC::ConfigBrice Maron2013-03-301-2/+2
* | | | | | Log Queries when we add a log query flagBrice Maron2013-03-301-1/+7
* | | | | | And removing an irrelevant comment ;)Thomas Tanghus2013-03-261-2/+0
* | | | | | Double quotes to backticksThomas Tanghus2013-03-261-4/+4