Tags: EsProgram/npgsql
Tags
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
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)
PreviousNext