mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 15:04:04 +00:00
Support parsing optional nulls handling for unique constraint (#1567)
This commit is contained in:
parent
6d4188de53
commit
6517da6b7d
6 changed files with 71 additions and 4 deletions
|
@ -669,6 +669,7 @@ fn table_constraint_unique_primary_ctor(
|
|||
columns,
|
||||
index_options,
|
||||
characteristics,
|
||||
nulls_distinct: NullsDistinctOption::None,
|
||||
},
|
||||
None => TableConstraint::PrimaryKey {
|
||||
name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue