mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Add support for IS [NOT] [form] NORMALIZED
(#1655)
Co-authored-by: Alexander Beedie <alexander.beedie@adia.ae>
This commit is contained in:
parent
3eeb9160ea
commit
e9498d538a
8 changed files with 185 additions and 17 deletions
|
@ -2572,7 +2572,7 @@ fn parse_kill() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn parse_table_colum_option_on_update() {
|
||||
fn parse_table_column_option_on_update() {
|
||||
let sql1 = "CREATE TABLE foo (`modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP())";
|
||||
match mysql().verified_stmt(sql1) {
|
||||
Statement::CreateTable(CreateTable { name, columns, .. }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue