Dapper.Contrib icon indicating copy to clipboard operation
Dapper.Contrib copied to clipboard

Insert always returns int. What about int64 id columns?

Open zelenij opened this issue 3 years ago • 1 comments

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.

zelenij avatar May 20 '21 07:05 zelenij

https://github.com/DapperLib/Dapper.Contrib/issues/4#issuecomment-886451686

wswind avatar Jul 26 '21 08:07 wswind