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:
mz 2020-06-26 20:11:46 +08:00 committed by GitHub
parent 0c82be5c3b
commit 0c83e5d9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 57 additions and 3 deletions

View file

@ -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!(