Info
Version: | 4.0.33.2 |
Author(s): | Service Stack, Peter Grman |
Last Update: | Monday, November 24, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ServiceStack.OrmLite.Oracle.Managed |
Install
Install-Package ServiceStack.OrmLite.Oracle.Managed
dotnet add package ServiceStack.OrmLite.Oracle.Managed
paket add ServiceStack.OrmLite.Oracle.Managed
ServiceStack.OrmLite.Oracle.Managed Download (Unzip the "nupkg" after downloading)
Dependencies
- odp.net.managed(121.1.2)
You need to additionally install ServiceStack.OrmLite
Attention! - Additionally to changing the driver, I had to remove ServiceStack's OracleTimestampConverter since the function OracleGrlobalization.GetClientInfo() doesn't exist in Oracle's Managed Driver.
Don't use this if you need exact timezone dependent timespan calculations.