Commit Graph

27 Commits (196d6196895e7128d9cd79ac861fdc65c7b54c09)

Author SHA1 Message Date
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
Jakob Sack f5c0dbd947 Use autoload 14 years ago
Robin Appelman 1ea43dd7f9 make OC_DB work with the sqlite3 driver 14 years ago
Robin Appelman 964b51879e add option to remove tables install from database structure 14 years ago
Robin Appelman 3e99aefb7e make logs work with sqlite 14 years ago
Robin Appelman 1850bddb67 move sqlite database into the data folder, makes it easier to set the correct permissions 14 years ago
Robin Appelman ab155de14f improve error handeling for first run dialog 14 years ago
Robin Appelman fde08b2389 installer now works when using mysql 14 years ago
Jakob Sack 7035c0417c Get Hot New Fixes (TM) 14 years ago
Jakob Sack fc33094429 replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) 14 years ago
Robin Appelman 26841884af move OC_DB to it's own file 14 years ago