zzzprojects / Dapper-Plus

Dapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET
https://dapper-plus.net/
383 stars 85 forks source link

Dapper.Plus integration with Noda Time library. #79

Closed carlos0202 closed 3 years ago

carlos0202 commented 3 years ago

Hi folks, thanks for all the hard work.

I've just found an issue while bulk inserting information using LocalDateTime from Noda Time. Basically, I have a nullable timestamp without time zone column on my Postgres database, and the bulk insert is inserting a null value regardless of the entity values contained on the collection I'm inserting.

Can I make Dapper.Plus to play nice with Noda Time?

Thanks in advance for your help!!!

carlos0202 commented 3 years ago

Duplicated by mistake! Closing.