Dapper-Extensions
Dapper-Extensions copied to clipboard
Guid key type and Oracle
I use POCOs with Guid as keys. This works fine with DapperExtensions under SqlServer. I want this to work for Oracle also, which have no Guid datatype, so I use RAW(16) in my oracle table. When I insert a row I get an [https://github.com/StackExchange/Dapper/issues/633](value does not fall within the expected range) exception.
I would suggest you to use string instead of raw(16). Tell me if it works. Next version has lots of improvements.