We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac42cd commit 98c3fb6Copy full SHA for 98c3fb6
parse_test.go
@@ -70,6 +70,9 @@ var (
70
input: "select /* double */ /* comment */ 1 from t",
71
}, {
72
input: "select /* back-quote keyword */ `By` from t",
73
+ }, {
74
+ input: "select auto_increment + 5000 from information_schema.tables",
75
+ output: "select `auto_increment` + 5000 from information_schema.`tables`",
76
77
input: "select /* back-quote num */ `2a` from t",
78
0 commit comments