We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActiveQuery
Yiisoft\Db\Query\Query
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.
Yiisoft\Db\Mssql\Query
In this case ActiveQuery will not know about the extensions in Yiisoft\Db\Mssql\Query.
Connection of DBMS should return concrete Query instance to use it in ActiveQuery.
Connection
Query
The text was updated successfully, but these errors were encountered:
Good idea.
Sorry, something went wrong.
No branches or pull requests
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: