go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Not filtering some system tables

Open coffeegoddd opened this issue 4 years ago • 0 comments

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         |
+--------------------+

coffeegoddd avatar Sep 02 '21 19:09 coffeegoddd