cakephp2-php8/lib/Cake/Model/Datasource
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
..
Database Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
Session Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeSession.php Remove session.auto_start configuration. 2013-08-21 13:18:44 -04:00
DataSource.php remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
DboSource.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00