-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
support comment in query #203
Comments
Solved in: #210 |
xhebox
pushed a commit
to xhebox/tidb
that referenced
this issue
Sep 28, 2021
xhebox
pushed a commit
to xhebox/tidb
that referenced
this issue
Oct 8, 2021
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 9, 2021
okJiang
pushed a commit
to okJiang/tidb
that referenced
this issue
Oct 19, 2021
* refactor dumper.go * address comments
guo-shaoge
pushed a commit
to guo-shaoge/tidb
that referenced
this issue
Feb 14, 2023
* forbids json_contains from pushing down Signed-off-by: David <[email protected]> * fix typo Signed-off-by: David <[email protected]> --------- Signed-off-by: David <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
like
select c /* this is a comment */ from t
see #199
The text was updated successfully, but these errors were encountered: