cakephp2-php8/lib/Cake/Model/Datasource
mark_story d114fa1431 Update join building to not error out on empty conditions.
When conditions are empty we can assume one of two things:

* The person made a mistake.
* The person is doing the join conditions in the where clause.

In both cases we should attempt to generate proper SQL.

Fixes #4189
2014-08-08 10:02:09 -04:00
..
Database a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Session Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSession.php Fix notice in CakeSession. 2014-08-04 13:32:20 +02:00
DataSource.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DboSource.php Update join building to not error out on empty conditions. 2014-08-08 10:02:09 -04:00