mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
Merge pull request #313 from Jimexist/add-default-for-window-frame
add default value for window frame
This commit is contained in:
commit
293133f910
2 changed files with 25 additions and 1 deletions
|
@ -109,7 +109,7 @@ fn parse_insert_sqlite() {
|
|||
.unwrap()
|
||||
{
|
||||
Statement::Insert { or, .. } => assert_eq!(or, expected_action),
|
||||
_ => panic!("{}", sql.to_string()),
|
||||
_ => panic!("{}", sql),
|
||||
};
|
||||
|
||||
let sql = "INSERT INTO test_table(id) VALUES(1)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue