DapperLib/Dapper.Contrib

InsertAsync and Insert fail if the id is not an int

lucasmontec opened this issue · 0 comments

Those methods try to cast the id to an int32. If the id is anything but a number, the methods fail. This happens even when they succeeded behind scenes.