Closed sinancx closed 7 years ago
I'll take a look in next few days.
fixed in 4.3.9 nugets updated
Great job! Thanks for the quick support!
Not at all. Please consider migrating to linq2db :)
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 ) no DataAccessors, no EditableObjects (but you can generate Editable objects from database with T4 templates), no ObjectBinder, reflection, etc...
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