-
Notifications
You must be signed in to change notification settings - Fork 113
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
Cannot save nullable datetime #400
Comments
I'll take a look in next few days. |
fixed in 4.3.9 |
Great job! Thanks for the quick support! |
Not at all. |
linq2db looks very good and similar to BLToolkit Linq Extension. What's the difference between the two? and Which one will be supported more in the future? Thanks and kind regards Sinan |
linq2db is linq-only (and you are right, it is similar with BLToolkit Linq, because it is from the same author: @igor-tkachev ) BLToolkit is suspended, no new features would be implemented, only small bug fixes (as one you faced with). linq2db is live & growing project. So we do suggest to start new projects with inq2db & to migrate old, of possible. |
Thanks for the useful information! We liked BLToolkit and I am pretty sure linq2db will be great, as well. Good luck! |
Hi All,
We have problems to save nullable datetime in oracle.
If the value of the Property is null, we become the following error:
Any help is appreciated.
Regards
Sinan
The text was updated successfully, but these errors were encountered: