List:Commits« Previous MessageNext Message »
From:rburnett Date:June 6 2008 6:24pm
Subject:Connector/NET commit: r1315 - branches/5.2
View as plain text  
Modified:
   branches/5.2/CHANGES
Log:
forgot the readme entry for the last change

Modified: branches/5.2/CHANGES
===================================================================
--- branches/5.2/CHANGES	2008-06-06 18:09:29 UTC (rev 1314)
+++ branches/5.2/CHANGES	2008-06-06 18:24:52 UTC (rev 1315)
@@ -9,7 +9,12 @@
   (bug #36694)
 - Fixed problem with our GetOrdinal speedup where we would attempt to add an already existing
   key to a hash when a resultset had more than 1 column with the same name. (bug #37239)    
-    
+- small fix to how we were allowing in/out and out parameters to slide through parameter 
+  serialization.  Before we were setting the AllowUserVariables connection setting but that 
+  had the unfortunate side effect of setting the value for all connections that shared that 
+  connection string.  This way we isolate it just to our particular command.  
+  This may fix bug #37104    
+
 Version 5.2.2 - 
 - Fixed profile provider that would throw an exception if you were updating
   a profile that already existed.

Thread
Connector/NET commit: r1315 - branches/5.2rburnett6 Jun