aboutsummaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* Space before tab fixesBart Visscher2012-08-291-15/+15
* Whitespace fixes in libBart Visscher2012-08-291-32/+31
* update now(), current_timestamp and backtick replacementJörn Friedrich Dreyer2012-08-271-4/+3
* fix missing $jfd2012-08-251-1/+1
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-87/+88
|\
| * fix spelling failGeorg Ehrke2012-07-261-1/+1
| * some indention fixesRobin Appelman2012-07-241-5/+1
| * fix unused variablesRobin Appelman2012-07-201-5/+4
| * 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 limit support to OC_DB & OCP/DBJörn Friedrich Dreyer2012-08-011-3/+43
* | add oracle to install & setupJörn Friedrich Dreyer2012-07-311-7/+39
|/
* 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