mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Support SQLite's WITHOUT ROWID in CREATE TABLE (#208)
Per https://sqlite.org/lang_createtable.html Co-authored-by: mashuai <mashuai@bytedance.com>
This commit is contained in:
parent
0c82be5c3b
commit
0c83e5d9e8
7 changed files with 57 additions and 3 deletions
|
@ -43,7 +43,7 @@ fn parse_create_table_with_defaults() {
|
|||
external: false,
|
||||
file_format: None,
|
||||
location: None,
|
||||
query: _query,
|
||||
..
|
||||
} => {
|
||||
assert_eq!("public.customer", name.to_string());
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue