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
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
Add the following code into TestDMLStmt of parser_test.go
{`INSERT INTO foo VALUES ("1234\\")`, true, "INSERT INTO `foo` VALUES (_UTF8MB4'1234\\')"},
What did you expect to see?
The test should pass.
What did you see instead?
The test failed, parser failed to restore the ast.
What version of TiDB SQL Parser are you using?
The test-driver, and the problem is exactly from the test-driver.
If we switch to github.com/pingcap/tidb/types/parser_driver then the problem got fixed.
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
Add the following code into TestDMLStmt of parser_test.go
What did you expect to see?
The test should pass.
What did you see instead?
The test failed, parser failed to restore the ast.
What version of TiDB SQL Parser are you using?
The test-driver, and the problem is exactly from the test-driver.
If we switch to github.com/pingcap/tidb/types/parser_driver then the problem got fixed.
The text was updated successfully, but these errors were encountered: