summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Move template parameters around so database error page is properly renderedMichael Gapczynski2013-01-071-2/+6
| * | cached queries need to be reset on schema change because they become invalidThomas Mueller2013-01-201-0/+3
| * | Clear cached prepared statements when switching between mdb2 and pdoRobin Appelman2013-01-161-2/+4
| * | Cache prepared statements in OC_DBRobin Appelman2013-01-151-0/+10
| |/
| * Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski2013-01-051-4/+6
| * Fix "Line indented incorrectly"Bart Visscher2012-12-151-3/+3
| * dont handle database exception in OC_DBRobin Appelman2012-12-071-10/+15
* | Merge branch 'master' into doctrineBart Visscher2012-12-071-10/+89
|\|
| * Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
| |\
| | * use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
| * | remove left over tagFrank Karlitschek2012-11-241-1/+1
| * | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-241-40/+8
| * | prettier error output. Let´s see how many more low hanging fruits I find on ...Frank Karlitschek2012-11-231-9/+38
| |/
| * Change insertIfNotExist() for sqlite. Not fast, but more reliable than previo...Thomas Tanghus2012-11-121-12/+36
| * Correct SQL syntax.Thomas Tanghus2012-11-121-1/+1