active-record icon indicating copy to clipboard operation
active-record copied to clipboard

`ActiveQuery` class should not extend `Yiisoft\Db\Query\Query`

Open Tigrov opened this issue 1 year ago • 1 comments

Yiisoft\Db\Query\Query class can be extended in each supported DBMS.

E.g. we can have Yiisoft\Db\Mssql\Query which extends Yiisoft\Db\Query\Query.

In this case ActiveQuery will not know about the extensions in Yiisoft\Db\Mssql\Query.

Suggestion

Connection of DBMS should return concrete Query instance to use it in ActiveQuery.

Tigrov avatar Dec 24 '23 02:12 Tigrov

Good idea.

samdark avatar Dec 24 '23 19:12 samdark