Releases: abe545/CodeOnlyStoredProcedures
Releases · abe545/CodeOnlyStoredProcedures
2.3.0-pre01
- Fixes bug where
[OptionalResult]
wasn't honored for hierarchical result sets.
2.2.6
2.2.6-pre1
- Fixes bug where dynamic stored procedures would not dispose of connections they opened
- Fixes bug where empty Table Valued Parameters could not be passed
2.2.5
- 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
2.2.5-pre3
- 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
2.2.5-pre2
- 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
2.2.5-pre1
- 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
2.2.5-pre
- 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
.