[Mono-bugs] [Bug 23302][Wis] Changed - Move PostgreSQL provider from System.Data.SqlClient to Mono.Data.PostgreSQL

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Oct 2002 06:19:39 -0000


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 danmorg@sc.rr.com.

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

--- shadow/23302	Thu Apr 11 09:34:24 2002
+++ shadow/23302.tmp.21079	Thu Oct 10 02:19:39 2002
@@ -2,21 +2,21 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System.Data.SqlClient
 AssignedTo: rodrigo@ximian.com                            
 ReportedBy: danmorg@sc.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Implement System.Data.SqlClient classes
+Summary: Move PostgreSQL provider from System.Data.SqlClient to Mono.Data.PostgreSQL
 
 The current plan was discussed with Rodrigo and Miguel:
 
 * Implement SqlConnection directly linking to Postgress SQL
   support libraries.
 
@@ -64,6 +64,16 @@
 * SqlRowUpdatedEventArgs
 * SqlRowUpdatingEventArgs
 * SqlTransaction
 
 In order to implement System.Data.SqlClient, various classes in other 
 System.Data classes may need to be implemented as well.
+
+------- Additional Comments From danmorg@sc.rr.com  2002-10-10 02:19 -------
+Need to move the PostgreSQL provider to its own assembly and 
+namespace Mono.Data.PostgreSQL or Mono.Data.PostgreSqlClient.
+
+This is so we can start on implementing a TDS ADO.NET provider so 
+System.Data.SqlClient in Mono can be like System.Data.SqlClient in 
+Microsoft .NET which allows data access to Microsoft SQL Server 
+7/2000 databases.  
+