Commit Graph

60 Commits (6324daecc08e947e9290228a5bf6dca49ceeabaa)

Author SHA1 Message Date
Bart Visscher db18218a1b Space before tab fixes 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Jörn Friedrich Dreyer 3b83c7fa74 update now(), current_timestamp and backtick replacement 13 years ago
jfd 379f27ed03 fix missing $ 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Jörn Friedrich Dreyer e13f381189 add limit support to OC_DB & OCP/DB 13 years ago
Jörn Friedrich Dreyer 795e78809f add oracle to install & setup 13 years ago
Georg Ehrke 16928f4d59 fix spelling fail 13 years ago
Robin Appelman 856d9c0b54 some indention fixes 13 years ago
Robin Appelman 48306a3c4f fix unused variables 13 years ago
Brice Maron 3b09aa8578 Correct Postgresql connection with space in password. Work around php bug 13 years ago
Tom Needham b2cb7d54d1 Fixed app path 13 years ago
Frank Karlitschek a4c47c674d write sql errors into the error log for better debugging 13 years ago
Brice Maron b5e3e150eb Correction of path looking for apps and css 13 years ago
Michael Gapczynski e8dd86ce0d Revert "Set default charset to utf-8." 13 years ago
Thomas Tanghus 709dbd82a6 Set default charset to utf-8. 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman aac9629e88 add support for custom ports for mysql/pgsql by adding :portnumber to the database host 13 years ago
Robin Appelman 8d475debe0 additional logging when db upgrade fails 13 years ago
Brice Maron 5b7c69f978 Change sqlite escaping of identifier to double quote. Fixing some issues 13 years ago
Bart Visscher 402c6da968 Typo fix (breif->brief) 13 years ago
Bart Visscher 4976daca7a Fix default database type string 13 years ago
Robin Appelman 721311c909 some minor optimizations 13 years ago
Grundik 7e7de25710 UTF8 locale by default 13 years ago
Tom Needham eba6a65908 try to use transactions to replace db 13 years ago
Georg Ehrke e5c009599d remove check for variable which was set one line above - bugfix for oc-324 13 years ago
Tom Needham 514c9ad8e7 Added unified import method. 13 years ago
Tom Needham 86fed4c226 Update database.xml locations. Fix dbexport.xml. 13 years ago
Tom Needham 9c79de4aa0 removed duplicate function 13 years ago
Tom Needham 33c5b3a2ef Added replaceDB method in lib/db.php 13 years ago
Robin Appelman de37bafa5c use in-memory files for the datase scheme during installation 13 years ago
Robin Appelman 4f627c428e some more error reporting during filesystem scan 13 years ago
Georg Ehrke 3e756407a0 check if the tempfile was created successfully 13 years ago
Robin Appelman c4864b4a54 don't use PDO::inTransaction 13 years ago
Robin Appelman 90c4666b12 fix bug in transactions with PDO 13 years ago
Robin Appelman 0bb48d814b fix bug in transactions with PDO 13 years ago
Robin Appelman ebe10870cf fix database upgrading for pgsql 13 years ago
Robin Appelman 907dd4d24d some aditional feedback during database upgrade 13 years ago
Robin Appelman 7d53b6f106 remove temporary files after updating 13 years ago
Robin Appelman a4e14b49b1 load reverse driver when updating database 13 years ago
Robin Appelman 034cf19159 allow changing database backends between PDO and MDB2 13 years ago
Robin Appelman ecf6f2ca2f automatically upgrade the main database on version number increase (doesnt work with sqlite for now) 13 years ago
Tom Needham 47a275f389 Use parameter 13 years ago
Bart Visscher eeaf539a44 Gallery: splitout model code 13 years ago
Robin Appelman b2f1429b75 automatically upgrade the main database on version number increase (doesnt work with sqlite for now) 14 years ago
Brice Maron e533e82bc9 Add sequence name in insertid to be more portable 14 years ago
Robin Appelman f073041b0b provide function for updating the database scheme 14 years ago
Robin Appelman 6592fbb948 improve detection of database backend 14 years ago
Hendrik Langer 466b41c36b Don't use sys_get_temp_dir(), as it reports the wrong path in restricted environments 14 years ago
Robin Appelman 77378fa189 fix now() function for sqlite3 14 years ago