summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* enable UTF-8 charset on mssqlThomas Mueller2013-03-121-2/+4
* 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
|\
| * we should never drop a databaseThomas Mueller2013-02-151-0/+3
* | Merge branch 'master' into master-sqlserverThomas Mueller2013-02-141-10/+15
|\|
| * Style-fix: Breakup long linesBart Visscher2013-02-141-4/+8
| * Whitespace indent fixesBart Visscher2013-02-141-5/+6
* | 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
|/
* 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 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
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-051-2/+2
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2