php-rest-sql icon indicating copy to clipboard operation
php-rest-sql copied to clipboard

Where querys

Open ghost opened this issue 13 years ago • 1 comments

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.

ghost avatar Oct 21 '12 12:10 ghost

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.

bengro avatar Apr 18 '14 22:04 bengro