[Mono-bugs] [Bug 58480][Blo] Changed - Mono.Data.SqliteClient Transaction NullReferenceException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 14:40:42 -0400 (EDT)


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 grompf@sublimeintervention.com.

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

--- shadow/58480	2004-05-21 14:39:51.000000000 -0400
+++ shadow/58480.tmp.2243	2004-05-21 14:40:42.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58480
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,11 @@
 Every time.
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-05-21 14:39 -------
 Created an attachment (id=7785)
 Patch for SqliteConnection and new SqliteTransaction files
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-05-21 14:40 -------
+I made a patch to resolve this myself, its now attached to the bug; the SqliteTransaction.cs 
+is mostly lifted from the MysqlTransaction and modified for Sqlite.  
+BeginTransaction(IsolationLevel) is not yet implemented.