Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend DateOnly/TimeOnly support to include DataTable as structured parameter #2258

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

ErikEJ
Copy link
Contributor

@ErikEJ ErikEJ commented Dec 6, 2023

Also makes some tests run on machines in winter outside UTC time zones :-D

fixes #2209

…arameter

Also makes some tests run on machines in winter outside UTC time zones :-D

fixes dotnet#2209
@ErikEJ ErikEJ marked this pull request as ready for review December 6, 2023 13:18
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: Patch coverage is 90.90909% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 74.14%. Comparing base (4203237) to head (9be2996).
Report is 76 commits behind head on main.

Files Patch % Lines
...icrosoft/Data/SqlClient/Server/MetadataUtilsSmi.cs 85.71% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2258      +/-   ##
==========================================
+ Coverage   72.58%   74.14%   +1.55%     
==========================================
  Files         309      310       +1     
  Lines       61959    73468   +11509     
==========================================
+ Hits        44976    54476    +9500     
- Misses      16983    18992    +2009     
Flag Coverage Δ
addons 92.88% <ø> (ø)
netcore 77.88% <90.90%> (+1.06%) ⬆️
netfx 71.60% <100.00%> (+1.65%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@David-Engel
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Jan 25, 2024

@David-Engel @JRahnama Any chance to get this reviewed now?

Copy link
Contributor

@David-Engel David-Engel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will end up in the release after the 5.2 GA.

@JRahnama JRahnama changed the title Extend DateOnly/TimeOnly support to include DataTable as structured p… Extend DateOnly/TimeOnly support to include DataTable as structured parameter Jan 26, 2024
@ErikEJ
Copy link
Contributor Author

ErikEJ commented Mar 1, 2024

@David-Engel @JRahnama Is this still on the radar?

@David-Engel
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Apr 5, 2024

@David-Engel @JRahnama Is this still on the radar?

@DavoudEshtehari
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@DavoudEshtehari DavoudEshtehari added the 🐛 Bug! Something isn't right ! label Apr 9, 2024
@JRahnama JRahnama merged commit 8c9b699 into dotnet:main Apr 9, 2024
194 of 204 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Something isn't right !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limited DateOnly C# support when using SqlParameter.Structured
5 participants