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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
I have a branch with changes that appear to fix this, so I will make a PR for that, but if you don't like the solution I am totally fine with using someone else's fix.
Queries like
parse, but
show create table `a.b`
does not. It fails with
I think
go-mysql-server/sql/parse/util.go
Lines 236 to 240 in 1d000c3
readIdent
tries to parse a valid identifier, but since we are in backticks we should be accepting almost anything here instead.The text was updated successfully, but these errors were encountered: