Commit Graph

6 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
8f2cd050af Fixed Query not to dig inside Expression 2017-12-21 16:16:33 +02:00
Alexander Makarov
f22f4a41c9 Removed empty array tests since it causes issues for ActiveQuery 2017-12-21 01:50:42 +03:00
Alexander Makarov
ba931fa21d Fixes #15356: Fixed multiple bugs in yii\db\Query::getTablesUsedInFrom() 2017-12-21 01:35:08 +03:00
Dmitry Naumenko
64d8af61a6 Fixes for PHP 7.2 compatibility (#14959) 2017-10-19 01:54:40 +03:00
Robert Korulczyk
b99e955627 Fix CS (#14665)
* Run php-cs-fixer.

* Enable phpdoc_types rule.
2017-08-18 12:10:42 +02:00
Carsten Brandt
173108b5b0 Move getTablesUsedInFrom() from ActiveQuery to Query
enable this feature on the Query level

close #14431
2017-07-12 12:26:20 +02:00