2.2.5-pre
Pre-release
Pre-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 returnDBNull
values instead ofnull
.