cakephp2-php8/lib/Cake/Test
mark_story 7936b5e764 Fix CURRENT_TIMESTAMP being stored as a default value.
When reflecting timestamp columns in MySQL current_timestamp comes back
as the default value. This causes insertion errors later on as
'current_timestamp' is an invalid value for timestamp columns.

Refs #4184
2014-08-25 11:17:11 +02:00
..
bake_compare/Controller Updated bake templates to use CakeRequest::allowMethod() 2014-02-10 17:56:57 +05:30
Case Fix CURRENT_TIMESTAMP being stored as a default value. 2014-08-25 11:17:11 +02:00
Fixture Correct typo. 2014-08-19 13:49:34 +02:00
test_app Fix an infinite recursion caused by missing plugin 2014-07-09 15:55:41 +09:00