[Mono-bugs] [Bug 76495][Nor] Changed - Mono.Data.SqliteClient.SqliteConnection.BeginTransaction( IsolationLevel ) is not implemented and returns null

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 7 14:17:02 EDT 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 monodanmorg at yahoo.com.

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

--- shadow/76495	2006-07-23 02:20:49.000000000 -0400
+++ shadow/76495.tmp.14357	2006-08-07 14:17:01.000000000 -0400
@@ -81,6 +81,15 @@
 that real transaction support shouldn't be added at some point...)
 
 ------- Additional Comments From tekhedd at byteheaven.net  2006-01-02 23:05 -------
 You also may wish to check the patch attached to bug #76494, which
 includes transaction support code. It should probably be reviewed by a
 sqlite expert to check the transaction level mappings. That is all! :)
+
+------- Additional Comments From monodanmorg at yahoo.com  2006-08-07 14:16 -------
+Transaction Isolation Level is a feature of a particular database.  
+BeginTransaction just provides an entry point to setting the 
+isolation level.  I would only add transaction isolation level if it 
+existed in the database.  If you need true isolation level, consider 
+submitting patches to the author of SQL Lite.  Once added there, we 
+can consider adding support for it in SqliteClient.  However, I am 
+not the maintainer of SqliteClient so this is not my decision.


More information about the mono-bugs mailing list