cakephp2-php8/lib/Cake/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
..
Mysql.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Postgres.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Sqlite.php Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
Sqlserver.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00