summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* fix phpdoc and handle some edges cases better in oc_dbRobin Appelman2012-09-231-31/+67
* Sanitize user inputLukas Reschke2012-09-221-2/+2
* use AL32UTF8 charset to connect to oracle, fixes file name encoding problemsJörn Friedrich Dreyer2012-09-201-0/+1
* use user name as db name for oracle connection made with service nameJörn Friedrich Dreyer2012-09-171-0/+1
* correctly calculate the MDB2 portabilityJörn Friedrich Dreyer2012-09-121-1/+1
* log details for an error when upgrading the schemaJörn Friedrich Dreyer2012-09-121-1/+2
* add getErrorMessage to OC_DBJörn Friedrich Dreyer2012-09-121-0/+24
* adding space between) and {Thomas Mueller2012-09-071-30/+30
* Whitespace fixes in libBart Visscher2012-09-071-1/+1
* Respect coding styleThomas Müller2012-09-051-57/+57
* use str_ireplace instead of duplicate str_replaceRobin Appelman2012-09-021-8/+4
* translate UNIX_TIMESTAMP() into sqlite and pgsql equivilentsRobin Appelman2012-09-011-0/+4
* we still need this for pgsqlRobin Appelman2012-09-011-1/+2
* 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