cakephp2-php8/lib/Cake
mark_story 27e2132a13 Generated SQL should not contain multi-column primary keys
While totally valid in databases, the Schema system is not designed to
handle multi-column primary keys in a sane way. In MySQL this results in
two auto_increment columns, and in postgres this results in two serial
columns.

Fixes #3069
2012-07-27 22:31:49 -04:00
..
Cache Merge branch '2.1' into 2.2 2012-06-10 20:05:25 -04:00
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Add more tests 2012-05-01 21:43:01 -04:00
Console Fixing missing imports in generated tests. 2012-07-23 21:25:55 -04:00
Controller Fix issue and remove unneccesary code. The (fixed) conditional doesn't do anything, since if Hash::get returns null, the function still returns null. 2012-07-25 15:09:22 -04:00
Core Fix fatal error when E_STRICT is enabled. 2012-06-24 12:03:31 -04:00
Error Add missing import. 2012-07-21 20:42:46 -04:00
Event Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
I18n Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Log Invert default log configuration. 2012-07-21 20:42:46 -04:00
Model Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00
Network Fix notice error when parsing input data. 2012-07-05 22:06:02 -04:00
Routing Fixed issue in _validateRouteClass where setting defaultRouteClass back to CakeRoute would throw an exception 2012-07-25 14:13:25 -07:00
Test Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00
TestSuite Add logging and error when fixture creation fails. 2012-07-17 22:48:50 -04:00
Utility Increase context depth in error messages. 2012-07-24 23:39:48 -04:00
View Implemented feature to allow individual "empty" values for date time select elements 2012-07-28 01:47:21 +05:30
basics.php Prevent booleans from being encoded (converted to strings) by h() function, helps prevent accidental fatal errors in some PHP versions around 5.2.9 2012-07-20 12:48:57 +10:00
bootstrap.php Move where set is loaded. 2012-04-10 21:25:04 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.2.1 2012-07-14 16:42:59 -04:00