Commit Graph

46 Commits (0c0ae928dcd483211a92303eb2b202453d02a86e)

Author SHA1 Message Date
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
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
Brice Maron 1f6be85719 Fix bookmarks app to work with postgresql. 14 years ago
Robin Appelman b0127e3918 use OC_Log instead of error_log 14 years ago
Robin Appelman d11a8f4103 some minor tweaks to oc_db 14 years ago
Thomas Schmidt c3b57944ac Revert "enhance detection of un-initialized database", conflicted with setup step, needs rework 14 years ago
Thomas Schmidt 7fb89c5386 enhance detection of un-initialized database 14 years ago
Florian Pritz 8648e3c43c only call error_log() if DEBUG is true 14 years ago
Bart Visscher 82c7598861 Remove global vars and use the OC static version. 14 years ago
Robin Appelman 39fa5d1c7f always use mdb2 for installation 14 years ago
Robin Appelman 0e2b957dac add pdo backend to oc_db 14 years ago
Côme BERNIGAUD e8fa2d3442 Added db4app lib, and apps test_db that shows how it works. 14 years ago
Serge Martin 3e8ae8636c Add postgresql support 14 years ago
Robin Appelman 2d19965750 some improvements to collection scanning 14 years ago
Robin Appelman 14f7daf53c add transitions to oc_db 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack 2ff8d7a8bc One class per file! 14 years ago