-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fail to parsing PostgreSQL due to the quotation #993
Labels
Comments
Suspending. |
Need to discuss with Liang. |
Surprise! |
terrymanu
added a commit
that referenced
this issue
Jul 25, 2018
for #993, distinguish PostgreSQL from other databases when parsing Identifier and Chars
fixed at 3.0.0.M2 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Which version of Sharding-Sphere do you using?
3.0.0.M1
Expected behavior
correctly parsing sql (select * from "t_user")
Actual behavior
sql after parsing was "select * from "tt_user"
Steps to reproduce the behavior
Please provide the reproduce example codes (such as a github link).
The text was updated successfully, but these errors were encountered: