issues
search
DIPSAS
/
Dapper.Oracle
Oracle support for Dapper Micro ORM.
MIT License
113
stars
43
forks
source link
Refactored the OracleValueConverter to support Get<int> and Get<long>.
#41
Closed
Havagan
closed
4 years ago
Havagan
commented
4 years ago
Fixes DIPSAS/Dapper.Oracle#40
Fixes DIPSAS/Dapper.Oracle#42
Refactored the OracleValueConverter to handle OracleParameter values and allow Oracle native NUMBER values to convert to Int32 and Int64.
Refactored the OracleValueConverter.GetParameter() method to return OracleParameterInfo instead of the AttachedParam.
Removed .NET 4.5.1 framework support (EOL).
Updated Dapper version to 2.0.35.