Skip to content

Does DataObject support sql 'date' type? #287

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

Open
letarak opened this issue Nov 22, 2022 · 3 comments
Open

Does DataObject support sql 'date' type? #287

letarak opened this issue Nov 22, 2022 · 3 comments

Comments

@letarak
Copy link

letarak commented Nov 22, 2022

Found this old question https://support.x-tensive.com/question/6369/date-without-time
seems to be it is was planned in 5.1.0 'added this to the feature list to implement'
Was it done or maybe planned in future version?

@alex-kulakov
Copy link
Contributor

Hello @letarak, since there is an official .NET6 types DateOnly and TimeOnly we made support for them, I published a PR ( #307) which includes my and our contributors' work that adds support for these types.

For older versions, no, there won't be such feature, at least there are no plans and time for doing this right now. Don't look at 5.1.0 , it was basically born dead.

@letarak
Copy link
Author

letarak commented Mar 12, 2023

Thx, this awesome 👍

MSSQL 'smalldatetime' should not be expected I think, yes?)
Would be similar answer as for #288

@alex-kulakov
Copy link
Contributor

MSSQL 'smalldatetime' should not be expected I think, yes?)

Probably yes, at least for medium term

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

No branches or pull requests

2 participants