mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 22:38:01 +00:00
DuckDB, Postgres, SQLite: NOT NULL and NOTNULL expressions
This commit is contained in:
parent
ed8757f2f0
commit
d6f51a13a8
9 changed files with 192 additions and 0 deletions
|
@ -262,4 +262,8 @@ impl Dialect for PostgreSqlDialect {
|
|||
fn supports_alter_column_type_using(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_notnull(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue