You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/DapperLib/Dapper/issues/633](value does not fall within the expected range) exception.
The text was updated successfully, but these errors were encountered:
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/DapperLib/Dapper/issues/633](value does not fall within the expected range) exception.
The text was updated successfully, but these errors were encountered: