Skip to content

Releases: abe545/CodeOnlyStoredProcedures

2.3.0-pre01

01 Aug 01:16
Compare
Choose a tag to compare
2.3.0-pre01 Pre-release
Pre-release
  • Fixes bug where [OptionalResult] wasn't honored for hierarchical result sets.

2.2.6

26 May 16:55
Compare
Choose a tag to compare
  • 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.6-pre1

24 May 01:25
Compare
Choose a tag to compare
2.2.6-pre1 Pre-release
Pre-release
  • 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

25 Feb 01:13
Compare
Choose a tag to compare
  • 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 return DBNull values instead of null.
  • Fixed bug #63 - WithInputOutputParameter and WithOutputParameter would not infer DBType 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

20 Feb 20:18
Compare
Choose a tag to compare
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 return DBNull values instead of null.
  • Fixed bug #63 - WithInputOutputParameter and WithOutputParameter would not infer DBType 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

15 Feb 18:58
Compare
Choose a tag to compare
2.2.5-pre2 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 return DBNull values instead of null.
  • Fixed bug #63 - WithInputOutputParameter and WithOutputParameter would not infer DBType 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

15 Feb 02:52
Compare
Choose a tag to compare
2.2.5-pre1 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 return DBNull values instead of null.
  • Fixed bug #63 - WithInputOutputParameter and WithOutputParameter would not infer DBType when not passed explicitly
  • Fixed bug #17 - symbols were not available for .Net 4.0 projects

2.2.5-pre

07 Feb 03:18
Compare
Choose a tag to compare
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 return DBNull values instead of null.

2.2.4

03 Feb 03:55
Compare
Choose a tag to compare
Dropped pre tag for release

2.2.4-pre: Merge pull request #55 from abe545/fix-double-ats

05 Dec 00:50
Compare
Choose a tag to compare

2.2.4-pre

  • Fixed #53 - bug where calling ToString on a stored procedure could print parameters with a double @.
  • Fixed #52 - bug where the fluent syntax would not infer the type of its parameters from the compile time generic parameter type.