mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Support INSERT INTO ... DEFAULT VALUES ...
(#1036)
This commit is contained in:
parent
5bdf2e6608
commit
3d2773a794
5 changed files with 150 additions and 25 deletions
|
@ -1379,7 +1379,7 @@ fn parse_prepare() {
|
|||
Statement::Insert {
|
||||
table_name,
|
||||
columns,
|
||||
source,
|
||||
source: Some(source),
|
||||
..
|
||||
} => {
|
||||
assert_eq!(table_name.to_string(), "customers");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue