Skip to content

Tags: enginekit/npgsql

Tags

v3.0.0

Toggle v3.0.0's commit message
Merge branch 'release-3.0.0'

v3.0.0-rc2

Toggle v3.0.0-rc2's commit message
Fix connection close with open reader

We previously had an optimization whereby an open reader at connection close
time was closed asynchronously to return control to the user earlier. This
seems to be incompatible with ASP.NET, which doesn't allow async in
arbitrary places.

Removed the optimization, if an open reader exists when closing a connection,
it will be closed synchronously.

Also refactored and fixed closing behavior for non-pooled connectors.

Fixes npgsql#666

(cherry picked from commit 8bce3ca)

v3.0.0-rc1

Toggle v3.0.0-rc1's commit message
Silence useless type loading warnings

When loading types, some warnings were logged about arrays with absent element
types. This was because the element types weren't loaded, because they had no
binary I/O functions. Added an IgnoredType set.

(cherry picked from commit 2e248d1)

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message
Fix more EF rename screwups

(cherry picked from commit d561fa1)

v2.2.5

Toggle v2.2.5's commit message
Tweak to compile 93266fd pre-NET40

v2.2.4.3

Toggle v2.2.4.3's commit message
And one last version bump, this time with AssemblyVersion

v2.2.4.1

Toggle v2.2.4.1's commit message
Bumped version to 2.2.4.1

v2.2.3

Toggle v2.2.3's commit message
Test fixes for .NET 2.0

v2.2.2

Toggle v2.2.2's commit message
Bump version to 2.2.2

v2.2.1

Toggle v2.2.1's commit message
Bump version to 2.2.1