mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-14 07:52:02 +00:00
Add support for ENABLE and DISABLE on ALTER TABLE for pg (#1077)
Signed-off-by: Toby Hede <toby@cipherstash.com>
This commit is contained in:
parent
593c090b21
commit
a75778c8c7
7 changed files with 143 additions and 7 deletions
|
@ -349,6 +349,7 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::needless_raw_string_hashes)]
|
||||
let statement = r#"SELECT 'Wayne\'s World'"#;
|
||||
let res1 = Parser::parse_sql(&MySqlDialect {}, statement);
|
||||
let res2 = Parser::parse_sql(&WrappedDialect(MySqlDialect {}), statement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue