aboutsummaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Expand)AuthorAgeFilesLines
* Clear cached prepared statements when switching between mdb2 and pdoRobin Appelman2013-01-161-2/+4
* Cache prepared statements in OC_DBRobin Appelman2013-01-151-0/+10
* Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski2013-01-051-4/+6
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-3/+3
* dont handle database exception in OC_DBRobin Appelman2012-12-071-10/+15
* Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
|\
| * use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
* | remove left over tagFrank Karlitschek2012-11-241-1/+1
* | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-241-40/+8
* | prettier error output. Let´s see how many more low hanging fruits I find on ...Frank Karlitschek2012-11-231-9/+38
|/
* Change insertIfNotExist() for sqlite. Not fast, but more reliable than previo...Thomas Tanghus2012-11-121-12/+36
* Correct SQL syntax.Thomas Tanghus2012-11-121-1/+1
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-051-2/+2
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-041-3/+3
|\|
| * Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
* | Remove redundant class wrapping.Thomas Tanghus2012-10-191-1/+0
* | Use self::prepare() instead of self::$connection->prepare.Thomas Tanghus2012-10-191-1/+1
* | Return result from OC_DB::insertIfNotExist().Thomas Tanghus2012-10-191-1/+1
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-151-3/+3
|\|
| * Whitespace cleanupBart Visscher2012-10-141-2/+2
| * whitespace fixesBart Visscher2012-10-121-1/+1
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-101-7/+9
|\|
| * $CONFIG_DBTYPE was never assigned but used in this functionBjörn Schießle2012-10-091-1/+2
| * reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the datab...Jörn Friedrich Dreyer2012-10-081-6/+7
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-09-301-33/+71
|\|
| * 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
* | Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist().Thomas Tanghus2012-09-171-0/+49
|/
* 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