Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaks to the MDB2SchemaReader | Bart Visscher | 2013-07-18 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' into doctrine | Bart Visscher | 2013-07-13 | 1 | -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 set | Bart Visscher | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | Add comment to column definition | Bart Visscher | 2013-07-05 | 1 | -0/+4 |
| | |||||
* | Move DoctrineStatementWrapper to its own file | Bart Visscher | 2013-06-28 | 1 | -0/+186 |
| | |||||
* | Remove deadcode | Bart Visscher | 2013-06-28 | 2 | -6/+0 |
| | |||||
* | adding PHPDoc | Thomas Mueller | 2013-06-27 | 2 | -1/+8 |
| | |||||
* | Always quote db identifiers in OC_DB_MDB2SchemaReader | Bart Visscher | 2013-06-24 | 1 | -4/+3 |
| | |||||
* | Quote tablenames | Bart Visscher | 2013-06-24 | 1 | -0/+7 |
| | |||||
* | Fix not null with empty default | Bart Visscher | 2013-06-24 | 1 | -0/+1 |
| | |||||
* | Use supplied tablename | Bart Visscher | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | documentation added and trying to fix minor code issues | Thomas Mueller | 2013-03-19 | 2 | -3/+19 |
| | |||||
* | integer length 1 is not only used for boolean values | Bart Visscher | 2013-03-17 | 1 | -4/+1 |
| | |||||
* | Also fix sequences in schemachange | Bart Visscher | 2013-03-17 | 1 | -0/+6 |
| | |||||
* | Quote index columns that need it | Bart Visscher | 2013-03-17 | 2 | -4/+10 |
| | |||||
* | Fix handling of empty defaults in schema | Bart Visscher | 2013-03-17 | 1 | -9/+5 |
| | |||||
* | Change var_dumps to exceptions | Bart Visscher | 2013-03-17 | 2 | -14/+7 |
| | |||||
* | Add MDB2 compatible database schema writer | Bart Visscher | 2012-10-26 | 3 | -4/+135 |
| | |||||
* | Use Doctrine for schema changes | Bart Visscher | 2012-10-13 | 2 | -0/+348 |