SQLite is picky about the position of AUTOINCREMENT in field definition, handle it...
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 10 Apr 2011 08:44:06 +0000 (08:44 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 10 Apr 2011 08:44:06 +0000 (08:44 +0000)
commit1275cc6df66aaa1e76563ffd25ba097a37f0b637
tree214ca900421cf928e39582e65d8c558d23807d83
parent50df1d47947d6caf78951d31047a70261a3e74bc
SQLite is picky about the position of AUTOINCREMENT in field definition, handle it when converting from MySQL syntax
includes/db/DatabaseSqlite.php
tests/phpunit/includes/db/DatabaseSqliteTest.php