mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-21 19:21:46 +00:00
fix column COLLATE
not displayed (#1012)
This commit is contained in:
parent
c68e9775a2
commit
88510f6625
2 changed files with 8 additions and 0 deletions
|
@ -7635,3 +7635,8 @@ fn parse_create_type() {
|
|||
create_type
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_create_table_collate() {
|
||||
pg_and_generic().verified_stmt("CREATE TABLE tbl (foo INT, bar TEXT COLLATE \"de_DE\")");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue