DIPSAS / Dapper.Oracle

Oracle support for Dapper Micro ORM.
MIT License
113 stars 43 forks source link

Issue #46 - Fixing converting OracleString[], OracleDecimal[] to .NET native data types #47

Closed opejanovic closed 4 years ago

opejanovic commented 4 years ago

Currently it is not possible to convert OracleString[] or OracleDecimal[] to string[] or int[], decimal[] ect. This makes impossible to use PLSQLAssociativeArray as output parameter.

This modification is test covered

opejanovic commented 4 years ago

@epaulsen heads up :)