cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
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
..
Database Fix CURRENT_TIMESTAMP being stored as a default value. 2014-08-25 11:17:11 +02:00
Session Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeSessionTest.php Merge branch 'master' into 2.5 2014-05-04 14:35:36 +05:30
DataSourceTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DboSourceTest.php Update join building to not error out on empty conditions. 2014-08-08 10:02:09 -04:00