Tags · RepoForks/npgsql

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.
Changes for beta8 release

Removed signing since EF7 itself isn't signed

v2.2.7

Toggle v2.2.7's commit message

Merge branch 'hotfix/2.2.7' into support/2.x

v2.2.6

Toggle v2.2.6's commit message

Copy .teamcity from develop for building on the build server

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)