Skip to content

2.2.5-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@abe545 abe545 released this 07 Feb 03:18
· 63 commits to master since this release
  • Fixed bug where a dynamic stored procedure wouldn't dispose its database connection if the stored procedure threw an exception.
  • Fixed bug #59 - in the dynamic syntax where asynchronous execution of a stored procedure that has no results would not throw exceptions from sql server.
  • Fixed bug #57 - where StoredProcedure<dynamic> (both syntaxes) would return DBNull values instead of null.