aboutsummaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Merge branch 'master' into doctrineBart Visscher2013-04-251-17/+23
|\|
| * 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
| * Missing backticks. Thx @Raydiation :)Thomas Tanghus2013-03-261-1/+1
| * D'oh, why concatenate static strings.Thomas Tanghus2013-03-261-1/+1
| * Quote key for SQLite.Thomas Tanghus2013-03-261-1/+1
| * Properly prepare insertIfNotExist queries.Thomas Tanghus2013-03-251-12/+15
* | 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
|\|
| * enable UTF-8 charset on mssqlThomas Mueller2013-03-121-2/+4
* | Fix mssql connection parameters and correct driver for pgsqlBart Visscher2013-03-101-8/+9
* | Merge branch 'master' into doctrineBart Visscher2013-03-101-9/+201
|\|
| * Disable query cache for SqliteBart Visscher2013-02-271-1/+4
| * Disable prepared query caching while doing an upgradeRobin Appelman2013-02-261-2/+13
| * Merge branch 'master' into master-sqlserverThomas Mueller2013-02-181-0/+3
| |\
| * \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-141-10/+15
| |\ \
| * | | final adoptions for mssql connectivityThomas Mueller2013-02-141-0/+7
| * | | - Fixed indentations.Administrator2013-02-101-77/+77
| * | | Bugfixes and cleanup MS SQL Server installationAdministrator2013-02-101-16/+20
| * | | Added MS SQL Server supportTobias Ramforth2013-02-081-3/+177
* | | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | we should never drop a databaseThomas Mueller2013-02-151-0/+3
| | |/ | |/|
| * | Style-fix: Breakup long linesBart Visscher2013-02-141-4/+8
| * | Whitespace indent fixesBart Visscher2013-02-141-5/+6
| |/
| * Merge pull request #1113 from owncloud/fix-issue-1085Michael Gapczynski2013-01-221-2/+15
| |\
| | * Make database connection error messages less verboseMichael Gapczynski2013-01-211-2/+3
| | * returning http status code 503 in case connecting to the database failedThomas Mueller2013-01-211-0/+8