cakephp2-php8/lib/Cake/Test
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
..
bake_compare/Controller Adding files to be compared against bake generated files, fixing bake templates in the meantime. 2013-08-21 23:44:07 +02:00
Case Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
Fixture coding standards according to new sniffer rules 2013-08-08 01:03:21 +02:00
test_app Removed else clauses after redirects and added return before redirect() and flash() calls 2013-08-08 21:10:41 +02:00