We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let sql = "RENAME TABLE `test`.`test` TO `test`.`test2`"; let dialect = MySqlDialect {}; let ast = Parser::parse_sql(&dialect, sql).unwrap(); println!("AST: {:#?}", ast);
output error:
called `Result::unwrap()` on an `Err` value: ParserError("Expected: an SQL statement, found: RENAME at Line: 1, Column: 1")
The text was updated successfully, but these errors were encountered:
Thanks for the report @charmfocus . We would welcome a PR with tests to improve support
Sorry, something went wrong.
RENAME TABLE
No branches or pull requests
output error:
The text was updated successfully, but these errors were encountered: