[Mono-bugs] [Bug 77698][Nor] New - [PATCH] Multi-DB ASP Session State

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 3 13:48:22 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77698

--- shadow/77698	2006-03-03 13:48:22.000000000 -0500
+++ shadow/77698.tmp.2723	2006-03-03 13:48:22.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 77698
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Multi-DB ASP Session State
+
+The current DB session state implementation is not
+(completely) DB provider independent. While the
+provider assembly is configurable, the parameter
+prefix is not.
+
+The patch
+
+- makes the parameter prefix configurable,
+- normalizes the SQL statemets to work with case
+  sensitive DBs (MySQL),
+- fixes a bug SelectSession that doesn't close the
+  IDataReader.
+
+May I commit? If so, I'll update the docs and
+dbsessmgr, too.


More information about the mono-bugs mailing list