cakephp2-php8/lib/Cake/Model/Datasource/Database
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
..
Mysql.php Fix CURRENT_TIMESTAMP being stored as a default value. 2014-08-25 11:17:11 +02:00
Postgres.php Unify datetime column default values between MySQL and Postgres. 2014-07-11 23:10:16 -04:00
Sqlite.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Sqlserver.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00