cakephp2-php8/lib/Cake/Model/Datasource/Database
ovidiupruteanu b58940e9b5 Fixed handling null values in Sqlserver->value
The value function quoted a null value as N'' instead of NULL.
As a result is produced queries like [name] IS N'' instead of [name] IS NULL which resulted in an SQL error.
2013-09-09 16:33:54 +03:00
..
Mysql.php Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
Postgres.php Postgres::truncate(): Delete disused code. 2013-09-05 14:11:50 +09:00
Sqlite.php Correctly generate bigint primary keys in sqlite. 2013-08-27 18:11:04 -04:00
Sqlserver.php Fixed handling null values in Sqlserver->value 2013-09-09 16:33:54 +03:00