Skip to content
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

Filter for show databases #4484

Closed
coffeegoddd opened this issue Sep 2, 2021 · 3 comments
Closed

Filter for show databases #4484

coffeegoddd opened this issue Sep 2, 2021 · 3 comments
Assignees
Labels
analyzer enhancement New feature or request sql Issue with SQL

Comments

@coffeegoddd
Copy link
Contributor

Unable to filter show databases, and fake filters seem to not be applied

(base) $ dolt sql -q "show databases where nothing = 'something' "
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mnist_blog         |
+--------------------+
@zachmu
Copy link
Member

zachmu commented Oct 6, 2022

This is now a syntax error instead of being ignored, but we do need filter support for show databases

@zachmu zachmu changed the title Not filtering some system tables Filter for show databases Oct 6, 2022
@zachmu zachmu transferred this issue from dolthub/go-mysql-server Oct 6, 2022
@timsehn timsehn added enhancement New feature or request sql Issue with SQL analyzer labels Oct 6, 2022
@max-hoffman
Copy link
Contributor

this is still a syntax error

@jycor
Copy link
Contributor

jycor commented Dec 1, 2022

fixed auto-bump will eventually make it to dolt main

@jycor jycor closed this as completed Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer enhancement New feature or request sql Issue with SQL
Projects
None yet
Development

No branches or pull requests

5 participants