summaryrefslogtreecommitdiffstats
path: root/lib/db
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-1237/+0
* Merge branch 'master' into appframework-masterThomas Müller2013-09-251-0/+50
|\
| * update inherit docs commentBart Visscher2013-09-191-3/+3
| * Fix insert/update/delete helper functions for oracleBart Visscher2013-09-191-0/+50
* | 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
* Style fixesBart Visscher2013-08-073-4/+6
* merge master into doctrine-objectRobin Appelman2013-08-062-47/+46
|\
| * remove invalid type hinting and cleanup namespaces a bitRobin Appelman2013-08-021-5/+8
| * Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManagerBart Visscher2013-08-021-1/+1
| * Change OC_DB_Schema to use DI for db connection objectBart Visscher2013-08-021-45/+42
* | merge master into doctrine-objectRobin Appelman2013-08-024-82/+178
|\|
| * make MDB2Schema reader non staticRobin Appelman2013-07-292-72/+143
| * use ===Robin Appelman2013-07-221-1/+1
| * add support for the <primary/> element within field definitionsRobin Appelman2013-07-221-0/+4
| * db: cast default values for boolean fields to booleansRobin Appelman2013-07-221-0/+3
* | Fix lastInsertId for OCI8 adapterBart Visscher2013-07-231-2/+1
* | Add documentation to OC\DB\adapter classBart Visscher2013-07-231-0/+18
* | Fix errors from unit testsBart Visscher2013-07-212-4/+3
* | Correct namespace of OC_ classesBart Visscher2013-07-212-6/+6
* | Move building error string to connectionBart Visscher2013-07-211-0/+17
* | Move insertIfNotExist to Connection wrapperBart Visscher2013-07-213-1/+80
* | Move query statement fixup handling to Connection wrapperBart Visscher2013-07-216-2/+39
* | 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-215-2/+50
* | Move db prefix handling to Connection wrapperBart Visscher2013-07-211-2/+10
* | Create DB Connection wrapper and DB\Adapter* classesBart Visscher2013-07-216-0/+157
|/
* Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+6
* Merge branch 'master' into doctrineBart Visscher2013-07-131-9/+14
* Only change integer type when the length is setBart Visscher2013-07-051-1/+1
* Add comment to column definitionBart Visscher2013-07-051-0/+4
* Move DoctrineStatementWrapper to its own fileBart Visscher2013-06-281-0/+186
* Remove deadcodeBart Visscher2013-06-282-6/+0
* adding PHPDocThomas Mueller2013-06-272-1/+8
* Always quote db identifiers in OC_DB_MDB2SchemaReaderBart Visscher2013-06-241-4/+3
* Quote tablenamesBart Visscher2013-06-241-0/+7
* Fix not null with empty defaultBart Visscher2013-06-241-0/+1
* Use supplied tablenameBart Visscher2013-05-031-1/+1
* documentation added and trying to fix minor code issuesThomas Mueller2013-03-192-3/+19
* integer length 1 is not only used for boolean valuesBart Visscher2013-03-171-4/+1
* Also fix sequences in schemachangeBart Visscher2013-03-171-0/+6
* Quote index columns that need itBart Visscher2013-03-172-4/+10
* Fix handling of empty defaults in schemaBart Visscher2013-03-171-9/+5
* Change var_dumps to exceptionsBart Visscher2013-03-172-14/+7
* Add MDB2 compatible database schema writerBart Visscher2012-10-263-4/+135
* Use Doctrine for schema changesBart Visscher2012-10-132-0/+348