2.2.5-pre3
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 -
StoredProcedure<dynamic>
(both syntaxes) would returnDBNull
values instead ofnull
. - Fixed bug #63 -
WithInputOutputParameter
andWithOutputParameter
would not inferDBType
when not passed explicitly - Fixed bug #17 - symbols were not available for .Net 4.0 projects
- Fixed bug #64 - custom structs could not be passed to the dynamic syntax
- Fixed bug #65 - Enum types will now automatically be sent as strings instead of object