File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >DuckDB Bindings for C#.</Description >
5
5
<PackageReleaseNotes >
6
- Added support for binding nested List and Array values
7
-
8
- Added support for binding List with null values
9
-
10
- Added support for inserting TIMESTAMP_MS, TIMESTAMP_NS and TIMESTAMP_S
11
6
12
7
Updated to DuckDB v1.3.0
13
8
</PackageReleaseNotes >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >DuckDB ADO.NET Provider for C#.</Description >
5
5
<PackageReleaseNotes >
6
- Added support for binding nested List and Array values
6
+ Added support for parameterless table-valued functions
7
7
8
- Added support for binding List with null values
9
-
10
- Added support for inserting TIMESTAMP_MS, TIMESTAMP_NS and TIMESTAMP_S
11
-
12
- Updated to DuckDB v1.2.2
13
-
14
- Fixed issue with binding statements that use explicit casts.
8
+ Updated to DuckDB v1.3.0
15
9
</PackageReleaseNotes >
16
10
<SignAssembly >True</SignAssembly >
17
11
<AssemblyOriginatorKeyFile >..\keyPair.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments