[Mono-bugs] [Bug 50986][Maj] Changed - ByteFX classes are outdated

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Dec 2003 21:14:19 -0500 (EST)


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 ximian@aksi.mdamt.net.

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

--- shadow/50986	2003-11-14 08:22:02.000000000 -0500
+++ shadow/50986.tmp.15457	2003-12-01 21:14:19.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 50986
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ximian@aksi.mdamt.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,49 @@
 
 ByteFX classes are outdated. Current classes contains major bugs, for
 example ByteFX.Data.MySqlClient will throw null ref exception if we select
 from table which one of the field is of Decimal type. So I think we should
 have a newer copy of ByteFX classes. Sorry if this is not a proper place to
 report.
+
+------- Additional Comments From ximian@aksi.mdamt.net  2003-12-01 21:14 -------
+saw this message this morning:
+
+Message: 7
+To: mono-cvs-list@ximian.com
+Reply-To: ops@ximian.com
+Date: Sun, 30 Nov 2003 23:20:36 -0500 (EST)
+From: reggie@mono-cvs.ximian.com (Reggie Burnett <reggie@bytefx.com>)
+Subject: [Mono-cvs-list] Mono CVS: mcs reggie
+
+
+CVSROOT:        /cvs/public
+Module name:    mcs
+Changes by:     reggie  03/11/30 23:20:36
+
+Modified files:
+        class/ByteFX.Data: AssemblyInfo.cs ByteFX.Data.dll.sources 
+                           ChangeLog.txt 
+        class/ByteFX.Data/Common: DBConnectionString.cs 
+                                  DBParametersEditor.cs 
+                                  NamedPipeStream.cs Security.cs 
+                                  SqlCommandTextEditor.cs Version.cs 
+        class/ByteFX.Data/mysqlclient: CommandBuilder.cs Connection.cs 
+                                       ConnectionInternal.cs 
+                                       ConnectionString.cs Driver.cs 
+                                       Exception.cs Field.cs 
+                                       MySqlHelper.cs MySqlPool.cs 
+                                       MySqlPoolManager.cs 
+                                       MySqlStream.cs MysqlDefs.cs 
+                                       Packet.cs command.cs 
+                                       dataadapter.cs datareader.cs 
+                                       parameter.cs 
+                                       parameter_collection.cs 
+                                       transcaction.cs 
+Added files:
+        class/ByteFX.Data/Common: MultiHostStream.cs 
+
+Log message:
+synced with ByteFX (0.74) 11-30-2003
+
+
+--