Commit Graph

152 Commits (21f87d63cf9ebfeea8113efe08418b7d2d445aef)

Author SHA1 Message Date
Bart Visscher 9fa4b78ba4 Use Doctrines Oracle sequence suffix 13 years ago
Bart Visscher 159efa8bd4 OCI doesn't have a queryString 13 years ago
Bart Visscher 6300b95896 UNIX_TIMESTAMP replace for Oracle 13 years ago
Bart Visscher dca8c1cbc1 Fixes connecting to Oracle without port set 13 years ago
Jörn Friedrich Dreyer dcdabac04d oracle does not need sequence suffix, manually set database name to allow fetching db schema, don't shutdown db - we are using utf8 to connect 13 years ago
Jörn Friedrich Dreyer f7dc07602b minor cleanup for exception handling 13 years ago
Jörn Friedrich Dreyer 86c5243be5 remove duplicate logging from db.php, now happens in entrypoints 13 years ago
Jörn Friedrich Dreyer c0bdbd9d81 introduce and use executeAudited in db.php 13 years ago
Jörn Friedrich Dreyer cbd5eb9a1a use to_char only for oracle, whitespace 13 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 13 years ago
Bart Visscher 142b020d38 Remove wrong limit parameter from count query in compatibility function 13 years ago
Brice Maron 63804f4153 Change logQuery from define() to OC::Config 13 years ago
Brice Maron 2b8cf4959a Log Queries when we add a log query flag 13 years ago
Thomas Tanghus 5b66b317b1 And removing an irrelevant comment ;) 13 years ago
Thomas Tanghus 5f53145eb0 Double quotes to backticks 13 years ago
Thomas Tanghus 9d618005b6 Missing backticks. Thx @Raydiation :) 13 years ago
Thomas Tanghus 5e81016392 D'oh, why concatenate static strings. 13 years ago
Thomas Tanghus 07236800a7 Quote key for SQLite. 13 years ago
Thomas Tanghus 1c3f5ba6ef Properly prepare insertIfNotExist queries. 13 years ago
Thomas Mueller 28d2379c43 initial fix for MSSQL 13 years ago
Thomas Mueller 6f13a35513 documentation added and trying to fix minor code issues 13 years ago
Bart Visscher ee57ddd0b7 Rewrite query for numRows function for SELECT queries 13 years ago
Bart Visscher 427242cf32 Use the correct property for connection object 13 years ago
Thomas Mueller ec16853112 enable UTF-8 charset on mssql 13 years ago
Bart Visscher 34e4e490b8 Fix mssql connection parameters and correct driver for pgsql 13 years ago
Bart Visscher d7528f06df Disable query cache for Sqlite 13 years ago
Robin Appelman 47b899e0c8 Disable prepared query caching while doing an upgrade 13 years ago
Bart Visscher e97c7ae806 Change PDO Exceptions to Doctrine Exceptions 13 years ago
Bart Visscher d0d9b63ab5 Codestyle cleanup 13 years ago
Thomas Mueller 102619ab87 we should never drop a database 13 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 13 years ago
Administrator 4e5a3fbcaf - Fixed indentations. 13 years ago
Administrator 41ec976fd7 Bugfixes and cleanup MS SQL Server installation 13 years ago
Tobias Ramforth d577f790c8 Added MS SQL Server support 13 years ago
Michael Gapczynski 5136f6d818 Make database connection error messages less verbose 13 years ago
Thomas Mueller d58cee2f76 returning http status code 503 in case connecting to the database failed 13 years ago
Thomas Mueller dea77b7610 cached queries need to be reset on schema change because they become invalid 13 years ago
Robin Appelman f18fc1c510 Clear cached prepared statements when switching between mdb2 and pdo 13 years ago
Robin Appelman a08490364d Cache prepared statements in OC_DB 13 years ago
Michael Gapczynski d39655e126 Move template parameters around so database error page is properly rendered 13 years ago
Michael Gapczynski f6426cee04 Tweak failure message and throw exceptions from updateDbFromStructure() 13 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 13 years ago
Robin Appelman 65e4dc183c dont handle database exception in OC_DB 13 years ago
Bart Visscher 8bb62e74bd Remove other database implementations from OC_DB 13 years ago
Frank Karlitschek e450933650 remove left over tag 13 years ago
Frank Karlitschek 0f61816278 A new function to create nice error page. And use it for fatal db errors 13 years ago
Frank Karlitschek fb5d0db037 prettier error output. Let´s see how many more low hanging fruits I find on my way to the real bug that I want to fix ;-) 13 years ago
Robin Appelman 95340a9e67 use lastval() to get the insert id in postgesql 13 years ago