Tomboi88 / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Use longs for ID return instead of int #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The extension method Insert returns a long, however the interface casts the 
insert   return value (ID) as a 32-bit integer. This patch changes the returns 
to longs so that "bigint" could be supported correctly.

Original issue reported on code.google.com by co...@wiredprairie.us on 3 May 2012 at 12:21

Attachments: