Files
yii2/extensions/yii
Florian Fackler a3724aa4d1 Fixed bug which prevented a field query as described in the example:
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
..
2013-12-12 11:14:37 +01:00