cakephp2-php8/lib/Cake/Model/Datasource
Ber Clausen c9e0131d6a Only generate query data for hasOne and belongsTo associations.
Avoid calling generateAssociationQuery():

* when the return value will never be usefull (True in this case)
* to avoid polluting $queryData with uneeded fields

Later, the SQL statement for the primary, and 'hasOne' plus 'belongsTo'
relationships, is built.
2013-11-11 23:27:50 -03:00
..
Database Merge branch 'master' into 2.5 2013-11-01 16:54:57 -04:00
Session cs corrections, bool to boolean and int to integer. 2013-09-17 14:44:34 +02:00
CakeSession.php Updated additional references of Cake to CakePHP 2013-09-27 21:31:35 -04:00
DataSource.php Wrong signature. 2013-09-25 09:12:49 -03:00
DboSource.php Only generate query data for hasOne and belongsTo associations. 2013-11-11 23:27:50 -03:00