Skip to content

Releases: DIPSAS/Dapper.Oracle

Bugfix

10 Feb 07:29
d85da13
Compare
Choose a tag to compare

Bugfix of typeconversion for array types.

Minor bugfix

06 Nov 08:38
431b6b5
Compare
Choose a tag to compare

Minor bugfix of issue #46 , which was a regression of how OracleValueConverter behaves. Many thanks to @opejanovic for fixing this.

Dapper 2.0

22 Sep 08:23
a92447a
Compare
Choose a tag to compare
  • Dependency switched to Dapper 2.0.35
  • Value conversion improvements (Thanks to @Havagan in PR #44 )
  • Parameters collection is now available before execution (Thanks to @opejanovic in PR #37)
  • Minimum full framework version set to .net 4.6.2, given that .net 4.5 is EOL.

Bulk SQL

12 May 20:28
5451d89
Compare
Choose a tag to compare

See /doc/bulksql.md for details

Codesigning

12 Apr 10:38
c6c953e
Compare
Choose a tag to compare
  • Assemblies are now digitally signed using DIPS AS code signing certificate.
  • Nuget packages are also signed using same certificate

-Added Dapper.Oracle.StrongName package. This is the same package as Dapper.Oracle, except that the contents is strong-named and the nuget package depends upon Dapper.StrongName

Expressions not working for netstandard2.0

14 Jun 07:53
c952004
Compare
Choose a tag to compare

This is a hotfix for previous release.

Fixing netstandard-issue

13 Jun 10:47
4f2238e
Compare
Choose a tag to compare

Official 1.0-release
-Using compiled expressions instead of Reflection to set Oracle-specific properties
-Nuget package icon
-Netstandard 2.0-compliant

Nuget metadata properties fixed

03 May 08:26
f9c5520
Compare
Choose a tag to compare

No changes, just fixing build for nuget packages so that package is published on nuget.org with proper metadata.

.netstandard2.0 support

03 May 07:09
e9b65d1
Compare
Choose a tag to compare
Merge pull request #6 from DIPSASA/feature/netstandard-support

Adding .netstandard2.0 targets.

0.9.7: Merge pull request #5 from DIPSASA/feature/parameterStatus

02 May 10:41
450bd3c
Compare
Choose a tag to compare