cakephp2-php8/lib/Cake
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
..
Cache convert forbidden character in filename(Windows) with underline 2013-08-25 02:24:37 +04:30
Config Update docs to reflect the routes that are actually connected. 2013-08-22 17:54:05 -04:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Added mask to File cache docblock 2013-08-27 10:02:48 -04:00
Controller unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Core unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Error Update doc block. 2013-07-05 21:25:06 -04:00
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Avoid reparsing locale definition file. 2013-08-27 04:04:39 +05:30
Log doc block corrections 2013-07-05 16:17:23 +02:00
Model Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
Network unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Routing Merge pull request #1533 from dereuromark/master-null-checks 2013-08-17 12:05:52 -07:00
Test Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
TestSuite unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
Utility unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
View unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00
basics.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00
bootstrap.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.3.9 2013-08-12 00:37:35 +02:00