-
Notifications
You must be signed in to change notification settings - Fork 30
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
Generating invalid SQL queries for IN
/NOT IN
filters
#169
Comments
IN
/NOT IN
filters. IN
/NOT IN
filters.
IN
/NOT IN
filters. IN
/NOT IN
filters
Same thing seems to be happening with -- Current filters:
SELECT * FROM `test`.`table` WHERE `id` BETWEEN '"test" and "test"' LIMIT 300 OFFSET 0;
-- All checked filters:
SELECT * FROM `test`.`table` WHERE `id` BETWEEN '"test" and "test"' LIMIT 300 OFFSET 0; |
Same here: Database version (Ex: PostgreSQL 10.0): TablePlus version (the number on the welcome or about screen, Ex: build 81): Linux distro (Ex: Ubuntu 18.04): Can't use IN, NOT IN, BETWEEN, NOT BETWEEN ! |
This seems to have been fixed. 🤷♂️ If you type |
These are the queries that were generated in my case.
If I try to apply the filter, I get
Database version (Ex: PostgreSQL 10.0):
MySQL 8.0
TablePlus version (the number on the welcome or about screen, Ex: build 81):
0.1 (192)
Linux distro (Ex: Ubuntu 18.04):
Ubuntu 22.04
The steps to reproduce this issue:
Connect to database and select a table. Click "Filters" and add an
IN
orNOT IN
filter.The text was updated successfully, but these errors were encountered: