ActiveQuery
class should not extend Yiisoft\Db\Query\Query
#281
Labels
type:enhancement
Enhancement
Milestone
Yiisoft\Db\Query\Query
class can be extended in each supported DBMS.E.g. we can have
Yiisoft\Db\Mssql\Query
which extendsYiisoft\Db\Query\Query
.In this case
ActiveQuery
will not know about the extensions inYiisoft\Db\Mssql\Query
.Suggestion
Connection
of DBMS should return concreteQuery
instance to use it inActiveQuery
.The text was updated successfully, but these errors were encountered: