cakephp2-php8/lib/Cake/Model/Datasource
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
..
Database Fixed handling null values in Sqlserver->value 2013-09-09 16:33:54 +03:00
Session Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeSession.php Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
DataSource.php remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
DboSource.php Remove last yoda conditions as per coding standards guidelines. 2013-09-06 18:36:57 +02:00