Dapper.Contrib
Dapper.Contrib copied to clipboard
Insert always returns int. What about int64 id columns?
This seems like a relatively small thing to fix. InsertAsync at the moment will always return int32, while Insert returns long. This will not work with tables, where the id happens to be int64.
https://github.com/DapperLib/Dapper.Contrib/issues/4#issuecomment-886451686