Skip to content

Commit

Permalink
Add SQLNULL Type
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Sep 22, 2024
1 parent 823ccd7 commit 90d9180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDB.NET.Bindings/DuckDBNativeObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public enum DuckDBType
Any = 34,
// duckdb_varint
VarInt = 35,
// SQLNULL type
SqlNull = 36,
}

[StructLayout(LayoutKind.Sequential)]
Expand Down

0 comments on commit 90d9180

Please sign in to comment.