Skip to content

Tags: EsProgram/npgsql

Tags

v3.1.0-alpha3

Toggle v3.1.0-alpha3's commit message
Second beta8 release

The first beta8 release included dependencies from the myget feeds which
weren't available at nuget.org. Removed the myget feeds and rebuilt.

v3.1.0-alpha2

Toggle v3.1.0-alpha2's commit message
Changes for beta8 release

Removed signing since EF7 itself isn't signed

v3.0.3

Toggle v3.0.3's commit message
Merge branch 'hotfix/3.0.3'

v2.2.7

Toggle v2.2.7's commit message
Merge branch 'hotfix/2.2.7' into support/2.x

v3.1.0-alpha1

Toggle v3.1.0-alpha1's commit message
[EF7] Update nuget

v3.0.2

Toggle v3.0.2's commit message
Merge branch 'hotfix/3.0.2'

v2.2.6

Toggle v2.2.6's commit message
Copy .teamcity from develop for building on the build server

v3.0.1

Toggle v3.0.1's commit message
Merge branch 'hotfix/3.0.1'

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)