cakephp2-php8/lib
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
..
Cake Fixed handling null values in Sqlserver->value 2013-09-09 16:33:54 +03:00