aboutsummaryrefslogtreecommitdiffstats
path: root/lib/db
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+6
|
* Merge branch 'master' into doctrineBart Visscher2013-07-131-9/+14
| | | | | | | | | Conflicts: 3rdparty lib/db.php lib/setup.php tests/lib/db.php tests/lib/dbschema.php
* 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