Add support for MySQL's INSERT INTO ... SET syntax (#1641)

This commit is contained in:
Yoav Cohen 2025-01-06 20:13:38 +01:00 committed by GitHub
parent 4c6af0ae4f
commit 8cfc46277f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 43 additions and 20 deletions

View file

@ -4423,6 +4423,7 @@ fn test_simple_postgres_insert_with_alias() {
settings: None,
format_clause: None,
})),
assignments: vec![],
partitioned: None,
after_columns: vec![],
table: false,
@ -4493,6 +4494,7 @@ fn test_simple_postgres_insert_with_alias() {
settings: None,
format_clause: None,
})),
assignments: vec![],
partitioned: None,
after_columns: vec![],
table: false,
@ -4559,6 +4561,7 @@ fn test_simple_insert_with_quoted_alias() {
settings: None,
format_clause: None,
})),
assignments: vec![],
partitioned: None,
after_columns: vec![],
table: false,