We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d5bb9 commit 9efba7eCopy full SHA for 9efba7e
1 file changed
DuckDB.NET.Data/Data.csproj
@@ -6,9 +6,10 @@
6
- Updated to DuckDB v1.5.3
7
8
New features:
9
-- Projection pushdown for table functions.
10
-- Estimated cardinality hints for table functions.
11
-- IList<T> column support in table functions.
+- Improved support for binding ICollection parameters (#326)
+
+Fixes:
12
+- Fixed ObjectDisposedException in enum appender (#327)
13
</PackageReleaseNotes>
14
<SignAssembly>True</SignAssembly>
15
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
0 commit comments