[Mono-bugs] [Bug 76495][Wis] New -
Mono.Data.SqliteClient.BeginTransaction( IsolationLevel ) is
not implemented and returns null
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 21 00:15:50 EDT 2005
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 tekhedd at byteheaven.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76495
--- shadow/76495 2005-10-21 00:15:50.000000000 -0400
+++ shadow/76495.tmp.32588 2005-10-21 00:15:50.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 76495
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: tekhedd at byteheaven.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono.Data.SqliteClient.BeginTransaction( IsolationLevel ) is not implemented and returns null
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+BeginTransaction( IsolationLevel ) is not implemented.
+
+It's not so bad that it's not implemnted, but it returns a null pointer,
+which causes bad things to happen when you later call transaction.Commit();
+
+Steps to reproduce the problem:
+1. Create a database transaction with an explicit isolation level
+
+Actual Results:
+Returns null pointer.
+
+Expected Results:
+A reference to a SqliteTransaction (or something derived from IDbTransaction).
+
+How often does this happen?
+Always
+
+Additional Information:
+
+This is a bit tricker than it looks, because it involves mapping the
+standard isolation levels to sqlite. I would be happy if it simply threw a
+NotImplementedException, since isolation levels are pretty much irrelevant
+to an embedded database unless you're doing mad wizardry.
More information about the mono-bugs
mailing list