summaryrefslogtreecommitdiffstats
path: root/lib/private/db/ocsqliteplatform.php
Commit message (Collapse)AuthorAgeFilesLines
* SQLite autoincrement fix backportVincent Petry2015-03-261-0/+35
Add custom sqlite platform to set auto increment Add repair step to fix SQLite autoincrement Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.