From 2a3c3efa38debcc300e720158e816fe56749ad3d Mon Sep 17 00:00:00 2001 From: Abraham Heidebrecht Date: Tue, 17 Jan 2017 23:19:25 -0500 Subject: [PATCH] Added release note for 2.4.0 --- CodeOnlyStoredProcedures.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CodeOnlyStoredProcedures.nuspec b/CodeOnlyStoredProcedures.nuspec index 1459a53..ce53b43 100644 --- a/CodeOnlyStoredProcedures.nuspec +++ b/CodeOnlyStoredProcedures.nuspec @@ -11,7 +11,8 @@ Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code. 2.4.0 Added support for binary blobs for both results and parameters by using a byte array. - +Fixes bug where output parameters can not be used if the stored procedure returns results. + 2.3.0 Can now opt in to not clone the database connection before executing a StoredProcedure. Can now execute a non-query using the dynamic syntax.