• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Giorgi / DuckDB.NET / 26973994547
90%
develop: 89%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Ran 04 Jun 2026 07:21PM UTC
Jobs 3
Files 72
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jun 2026 07:17PM UTC coverage: 89.738% (-0.04%) from 89.775%
26973994547

push

github

Giorgi
Map DuckDB SQLNULL type to object in vector reader

DuckDB 1.6 reports untyped NULLs (e.g. an unbound null parameter in
SELECT ?) as the new SQLNULL type (id 36). GetColumnType and
GetColumnProviderSpecificType had no case for it, so GetFieldType threw
ArgumentException ("Unrecognised type SqlNull"). Map it to object, the
BCL-safe choice for a null/variant column (typeof(DBNull) cannot be used
as a DataColumn storage type). The null value itself is still surfaced
via IsDBNull/DBNull.Value at the value layer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1268 of 1469 branches covered (86.32%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 1 file covered. (50.0%)

2 existing lines in 1 file now uncovered.

2606 of 2848 relevant lines covered (91.5%)

308909.42 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
86.7
-0.74% DuckDB.NET.Data/DataChunk/Reader/VectorDataReaderBase.cs

Coverage Regressions

Lines Coverage ∆ File
2
86.7
-0.74% DuckDB.NET.Data/DataChunk/Reader/VectorDataReaderBase.cs
Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest - 26973994547.1 04 Jun 2026 07:22PM UTC 72
89.74
GitHub Action Run
2 run-windows-latest - 26973994547.2 04 Jun 2026 07:27PM UTC 72
0.0
GitHub Action Run
3 run-macos-14 - 26973994547.3 04 Jun 2026 07:21PM UTC 72
89.74
GitHub Action Run
Source Files on build 26973994547
  • Tree
  • List 72
  • Changed 72
  • Source Changed 1
  • Coverage Changed 72
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26973994547
  • de35129c on github
  • Prev Build on nightly-builds (#25972852823)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc