cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
mark_story c1ae41da51 Correctly generate bigint primary keys in sqlite.
generate bigint primary keys correctly. Autoincrement cannot be set as
it only works with INTEGER columns[1]. I decided to use some string
manipulations as the entire SQL generation bits are a bit janky and I've
already re-written them for 3.0.

[1] https://www.sqlite.org/autoinc.html

Closes #GH-1552
2013-08-27 18:11:04 -04:00
..
MysqlTest.php Makes the locale test not always pass, be verbose when it is skipped. 2013-08-14 22:32:04 +02:00
PostgresTest.php Makes the locale test not always pass, be verbose when it is skipped. 2013-08-14 22:32:04 +02:00
SqliteTest.php Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
SqlserverTest.php Added missing calls to setUp & tearDown in tests 2013-07-29 01:52:39 +02:00