[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 21:55:34 -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 danielmorgan@verizon.net.

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

--- shadow/58480	2004-05-21 14:40:42.000000000 -0400
+++ shadow/58480.tmp.7107	2004-05-21 21:55:33.000000000 -0400
@@ -47,6 +47,16 @@
 
 
 ------- 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.
+
+------- Additional Comments From danielmorgan@verizon.net  2004-05-21 21:55 -------
+ByteFX.Data MySQLClient is licensed under LGPL.
+Mono.Data.SqliteClient is licensed under MIT/X11.
+
+Including LGPL code in SqliteClient would make SqliteClient fall 
+under the LGPL.  Unless, you get permission from the author of 
+ByteFX.Data, Reggie Burnett, to re-license the portion of the code 
+under MIT/X11.  Or you get permission from the author of 
+Mono.Data.SqliteClient to re-license it under LGPL.