Skip to content

Comments

Release 9.0.3#665

Merged
ckadluba merged 11 commits intomainfrom
dev
Feb 14, 2026
Merged

Release 9.0.3#665
ckadluba merged 11 commits intomainfrom
dev

Conversation

@ckadluba
Copy link
Member

ckadluba and others added 11 commits November 2, 2025 16:03
Previously, the TimeStamp column stored local DateTime values even when ConvertToUtc was enabled, unless the column type was DateTimeOffset. This change ensures that UtcDateTime is used when ConvertToUtc is true, so timestamps are always stored in UTC as intended. Adds a unit test (Bugfix #659) to verify correct UTC storage and DateTimeKind.
Fix UTC handling for TimeStamp column with ConvertToUtc=true
Changed default DataLength of Level column from nvarchar(max) to 16 for performance reasons.

Issue: #658
Explanation of the default type and length of the Level column was wrong.

Issue: #658
Changed Level column default DataLength
* Added TFM for .NET 10 in sink project
* Run tests also with .NET 10
* Updated perftest and sample projects to .NET 10
* Updated build scripts
* Added global.json for builds on CI agent
Added .NET 10 target framework
@ckadluba ckadluba merged commit 5397368 into main Feb 14, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants