mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-13 18:23:36 +00:00
![]() 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 |
||
---|---|---|
.. | ||
MysqlTest.php | ||
PostgresTest.php | ||
SqliteTest.php | ||
SqlserverTest.php |