summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 MDB2_PORTABILITY_EMPTY_TO_NULL for mssql to allow insert of empty string to no null fields
* 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
|\| | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
| * 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
| | | | | | - Fixed a bug in legacy.php: there was an error that was not checked for if the table 'fscache' did not exist in the database.
* | 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
|\ | | | | Fix rendering of database connection error page
| * 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
| | | | | | | | fixes: https://github.com/owncloud/apps/issues/468
* | 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
| | | | give the caller the option to handle the exception
* Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
|\ | | | | use lastval() to get the insert id in postgesql
| * 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
|/ | | | my way to the real bug that I want to fix ;-)
* Change insertIfNotExist() for sqlite. Not fast, but more reliable than ↵Thomas Tanghus2012-11-121-12/+36
| | | | previous attempt.
* 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
|\ | | | | | | | | Conflicts: lib/vcategories.php
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| |
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-041-3/+3
|\| | | | | | | | | Conflicts: lib/vcategories.php
| * Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
| |
* | Remove redundant class wrapping.Thomas Tanghus2012-10-191-1/+0
| |
* | Use self::prepare() instead of self::$connection->prepare.Thomas Tanghus2012-10-191-1/+1
| |
* | Return result from OC_DB::insertIfNotExist().Thomas Tanghus2012-10-191-1/+1
| |
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-151-3/+3
|\|
| * Whitespace cleanupBart Visscher2012-10-141-2/+2
| |
| * whitespace fixesBart Visscher2012-10-121-1/+1
| |