summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* Correct Postgresql connection with space in password. Work around php bugBrice Maron2012-07-041-0/+8
* Fixed app pathTom Needham2012-06-301-1/+1
* write sql errors into the error log for better debuggingFrank Karlitschek2012-06-251-0/+2
* Correction of path looking for apps and cssBrice Maron2012-06-221-1/+1
* update copyrightFrank Karlitschek2012-05-261-1/+1
* add support for custom ports for mysql/pgsql by adding :portnumber to the dat...Robin Appelman2012-05-171-2/+15
* additional logging when db upgrade failsRobin Appelman2012-05-131-1/+2
* Change sqlite escaping of identifier to double quote. Fixing some issuesBrice Maron2012-05-111-1/+1
* Typo fix (breif->brief)Bart Visscher2012-04-141-1/+1
* Fix default database type stringBart Visscher2012-04-141-1/+1
* some minor optimizationsRobin Appelman2012-04-141-11/+27
* UTF8 locale by defaultGrundik2012-04-121-1/+3
* try to use transactions to replace dbTom Needham2012-04-011-6/+3
* Merge branch 'master' into migrationTom Needham2012-03-311-3/+0
|\
| * remove check for variable which was set one line above - bugfix for oc-324Georg Ehrke2012-03-281-3/+0
| * use in-memory files for the datase scheme during installationRobin Appelman2012-02-281-6/+6
| * some more error reporting during filesystem scanRobin Appelman2012-02-251-3/+22
| * check if the tempfile was created successfullyGeorg Ehrke2012-02-231-0/+3
* | Added unified import method.Tom Needham2012-03-201-1/+6
* | Update database.xml locations. Fix dbexport.xml.Tom Needham2012-03-021-2/+2
* | removed duplicate functionTom Needham2012-03-021-22/+2
* | Added replaceDB method in lib/db.phpTom Needham2012-03-011-9/+74
|/
* don't use PDO::inTransactionRobin Appelman2012-02-091-2/+5
* fix bug in transactions with PDORobin Appelman2012-02-051-1/+1
* fix database upgrading for pgsqlRobin Appelman2012-01-161-1/+1
* some aditional feedback during database upgradeRobin Appelman2012-01-161-3/+8
* remove temporary files after updatingRobin Appelman2012-01-131-0/+4
* load reverse driver when updating databaseRobin Appelman2012-01-081-0/+1
* allow changing database backends between PDO and MDB2Robin Appelman2012-01-081-4/+19
* automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman2012-01-081-5/+4
* Use parameterTom Needham2012-01-061-1/+1
* Gallery: splitout model codeBart Visscher2011-12-081-1/+1
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-2/+8
* provide function for updating the database schemeRobin Appelman2011-10-231-2/+35
* improve detection of database backendRobin Appelman2011-10-231-2/+13
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-2/+2
* fix now() function for sqlite3Robin Appelman2011-10-171-1/+1
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-161-1/+10
* use OC_Log instead of error_logRobin Appelman2011-10-161-5/+4
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
* always use mdb2 for installationRobin Appelman2011-09-181-2/+1
* add pdo backend to oc_dbRobin Appelman2011-09-171-135/+215
* Added db4app lib, and apps test_db that shows how it works.Côme BERNIGAUD2011-08-271-1/+1
* Add postgresql supportSerge Martin2011-08-071-0/+4
* some improvements to collection scanningRobin Appelman2011-08-011-0/+2
* add transitions to oc_dbRobin Appelman2011-07-311-0/+33
* Renaming classes :-)Jakob Sack2011-07-291-13/+13
* One class per file!Jakob Sack2011-07-291-1/+0
* Use autoloadJakob Sack2011-07-271-0/+365