You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to do a query with a where clause like in sql? If so would you mind providing some example code?
If not: that would be a really great enhancement.
The text was updated successfully, but these errors were encountered:
I'm working on that for the table view. It will be possible to search by column criteria (supporting ==, <, >, LIKE operators) as well as sort the rows. The problem is, that I can only test it for MySQL adapter. Someone would have to enhance the queries for Postgres and MSSQL. I can induce a pull request if anyone is interested.
Is it possible to do a query with a where clause like in sql? If so would you mind providing some example code?
If not: that would be a really great enhancement.
The text was updated successfully, but these errors were encountered: