Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Giorgi
/
DuckDB.NET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
91
Star
696
Code
Issues
18
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
DuckDB.NET
DuckDB.NET.Data
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2026
Create table function data enumerator per scan init instead of per bind
Show description for bacfbea
Giorgi
committed
bacfbea
View commit details
Copy full SHA for bacfbea
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
Release notes for 1.5.5
Giorgi
committed
4384622
View commit details
Copy full SHA for 4384622
View code at this point
Browse repository at this point
Update to DuckDB 1.5.5
Giorgi
committed
4d15729
View commit details
Copy full SHA for 4d15729
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Document CreateRow allocation cost and preferred alternative
Show description for 987f61a
Giorgi
committed
987f61a
View commit details
Copy full SHA for 987f61a
View code at this point
Browse repository at this point
Defer completed-row commit to Close after append failure
Show description for 9f10787
Giorgi
committed
9f10787
View commit details
Copy full SHA for 9f10787
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
Finalize completed rows after appender failures
skuirrels
authored and
Giorgi
committed
258b750
View commit details
Copy full SHA for 258b750
View code at this point
Browse repository at this point
Add safe reusable appender row API
skuirrels
authored and
Giorgi
committed
33af620
View commit details
Copy full SHA for 33af620
View code at this point
Browse repository at this point
Commits on Jul 11, 2026
Avoid LINQ and boxed-enumerator allocations in parameter binding
Show description for fe2abc5
skuirrels
authored and
Giorgi
committed
fe2abc5
View commit details
Copy full SHA for fe2abc5
View code at this point
Browse repository at this point
Skip Convert.ChangeType on the same-type object read path
Show description for 1ae01e9
skuirrels
authored and
Giorgi
committed
1ae01e9
View commit details
Copy full SHA for 1ae01e9
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Use duckdb_appender_error_data for appender error handling
Show description for 6f5a68d
Giorgi
and
claude
committed
6f5a68d
View commit details
Copy full SHA for 6f5a68d
View code at this point
Browse repository at this point
Include DuckDB error type when throwing DuckDBException
Show description for 87da4c7
Giorgi
committed
87da4c7
View commit details
Copy full SHA for 87da4c7
View code at this point
Browse repository at this point
Add Apache Arrow result streaming to DuckDBCommand (#334)
Show description for 5efc5e5
luisquintanilla
and
Copilot
authored
5efc5e5
View commit details
Copy full SHA for 5efc5e5
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Support byte[] in DuckDBAppenderMap
Show description for 37858f9
Giorgi
and
claude
committed
37858f9
View commit details
Copy full SHA for 37858f9
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Fix IndexOutOfRangeException in reader metadata after exhausting result. Fixes #332
Show description for cee85a7
Giorgi
and
claude
committed
cee85a7
View commit details
Copy full SHA for cee85a7
View code at this point
Browse repository at this point
Commits on May 24, 2026
Release notes for 1.5.3
Giorgi
committed
9efba7e
View commit details
Copy full SHA for 9efba7e
View code at this point
Browse repository at this point
Commits on May 22, 2026
Support binding ICollection parameters when DuckDB type is unknown
Show description for 2a4f314
Giorgi
committed
2a4f314
View commit details
Copy full SHA for 2a4f314
View code at this point
Browse repository at this point
Update to DuckDB 1.5.3
Giorgi
committed
2938dc9
View commit details
Copy full SHA for 2938dc9
View code at this point
Browse repository at this point
Fix ObjectDisposedException when appender writes >2048 rows to enum column (#329)
Show description for c59300f
Copilot
and
Giorgi
authored
c59300f
View commit details
Copy full SHA for c59300f
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
Release notes for 1.5.2
Giorgi
committed
34cb1fe
View commit details
Copy full SHA for 34cb1fe
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Remove IDisposable from public IDuckDBDataWriter interface
Giorgi
committed
0077176
View commit details
Copy full SHA for 0077176
View code at this point
Browse repository at this point
Expose projection-pushdown for high-level apis only
Giorgi
committed
4324846
View commit details
Copy full SHA for 4324846
View code at this point
Browse repository at this point
Add projection pushdown support for table functions
Show description for ebaa9c2
Giorgi
committed
ebaa9c2
View commit details
Copy full SHA for ebaa9c2
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
Updates `GetLogicalType()` to support creating a List type for `IList<T>` columns in table functions. (#325)
jdaigle
authored
9717bc5
View commit details
Copy full SHA for 9717bc5
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
Add estimated cardinality support for table functions (#324)
jdaigle
authored
7794d61
View commit details
Copy full SHA for 7794d61
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
Optimize data reader hot path performance
Giorgi
committed
2b74ee9
View commit details
Copy full SHA for 2b74ee9
View code at this point
Browse repository at this point
Commits on Mar 10, 2026
Add release notes
Giorgi
committed
78ae0c9
View commit details
Copy full SHA for 78ae0c9
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Update to DuckDB 1.5.0
Giorgi
committed
ef47ab1
View commit details
Copy full SHA for ef47ab1
View code at this point
Browse repository at this point
Infer scalar function null handling from parameter nullability
Show description for 4b41153
Giorgi
committed
4b41153
View commit details
Copy full SHA for 4b41153
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
Remove extra setters
Giorgi
committed
4a9736f
View commit details
Copy full SHA for 4a9736f
View code at this point
Browse repository at this point
Preserve inner exceptions from scalar function errors
Show description for e60c229
Giorgi
committed
e60c229
View commit details
Copy full SHA for e60c229
View code at this point
Browse repository at this point
Preserve inner exceptions from table function errors
Show description for 414b63b
Giorgi
committed
414b63b
View commit details
Copy full SHA for 414b63b
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
Remove unused nullable type fields from readers
Giorgi
committed
c3b9f57
View commit details
Copy full SHA for c3b9f57
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
Refactor NumericVectorDataReader
Giorgi
committed
abd3f8c
View commit details
Copy full SHA for abd3f8c
View code at this point
Browse repository at this point
Add NULL handling support for scalar functions
Show description for c35d81c
Giorgi
committed
c35d81c
View commit details
Copy full SHA for c35d81c
View code at this point
Browse repository at this point
Use field keyword
Giorgi
committed
5788ec7
View commit details
Copy full SHA for 5788ec7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.