Files
yii2/framework/db
Carsten Brandt 488767914a do not remove records that have no primary key selected
this problem occurs when joining active record but not selecting the
primary key field. records get populated but they do not have primary
key value populated which results in only one record left over in the
result.
2014-03-25 13:35:25 +01:00
..