-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
How to convert from activequery to json query #358
Comments
Hi $book = Book::find()->where(['status' => 'publish'])->one(); Please see https://www.yiiframework.com/doc/api/2.0/yii-db-queryinterface#where()-detail |
I think you misunderstand my question, my question is how to get a raw query from |
I will be appreciate you to add this feature |
Another alternative is to use MongoDB Debug Panel which will show us additional information for each command / query. In OP's case, it will show the query like so:
|
What steps will reproduce the problem?
What's expected?
What do you get instead?
Additional info
The text was updated successfully, but these errors were encountered: