summaryrefslogtreecommitdiffstats
path: root/lib/db/connection.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-197/+0
| | | | | Conflicts: lib/private/vcategories.php
* Add DBConnection to server containerBart Visscher2013-09-201-1/+1
|
* More style fixesBart Visscher2013-08-071-6/+6
|
* Fix stupid bugBart Visscher2013-08-071-1/+2
|
* Move query processing after the check for prepared statement cacheBart Visscher2013-08-071-4/+4
|
* merge master into doctrine-objectRobin Appelman2013-08-061-2/+1
|
* merge master into doctrine-objectRobin Appelman2013-08-021-7/+23
|
* Move building error string to connectionBart Visscher2013-07-211-0/+17
|
* Move insertIfNotExist to Connection wrapperBart Visscher2013-07-211-1/+11
| | | | Real implementation is in DB\Adapter* classes
* Move query statement fixup handling to Connection wrapperBart Visscher2013-07-211-2/+7
|
* Move limit/offset handling to Connection wrapperBart Visscher2013-07-211-3/+7
|
* Move prepared query cache handling to Connection wrapperBart Visscher2013-07-211-3/+25
|
* Move lastInsertId to adapter classesBart Visscher2013-07-211-2/+29
|
* Move db prefix handling to Connection wrapperBart Visscher2013-07-211-2/+10
|
* Create DB Connection wrapper and DB\Adapter* classesBart Visscher2013-07-211-0/+88