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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
