summaryrefslogtreecommitdiffstats
path: root/lib/db/mdb2schemareader.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-305/+0
* make MDB2Schema reader non staticRobin Appelman2013-07-291-69/+126
* 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
* Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+6
* Only change integer type when the length is setBart Visscher2013-07-051-1/+1
* Add comment to column definitionBart Visscher2013-07-051-0/+4
* Remove deadcodeBart Visscher2013-06-281-3/+0
* Always quote db identifiers in OC_DB_MDB2SchemaReaderBart Visscher2013-06-241-4/+3
* Fix not null with empty defaultBart Visscher2013-06-241-0/+1
* documentation added and trying to fix minor code issuesThomas Mueller2013-03-191-0/+16
* integer length 1 is not only used for boolean valuesBart Visscher2013-03-171-4/+1
* Quote index columns that need itBart Visscher2013-03-171-1/+7
* Fix handling of empty defaults in schemaBart Visscher2013-03-171-9/+5
* Change var_dumps to exceptionsBart Visscher2013-03-171-12/+7
* Add MDB2 compatible database schema writerBart Visscher2012-10-261-1/+6
* Use Doctrine for schema changesBart Visscher2012-10-131-0/+220