In System.Data.ProviderBase:
authorSureshkumar T <suresh@mono-cvs.ximian.com>
Thu, 3 Mar 2005 04:30:14 +0000 (04:30 -0000)
committerSureshkumar T <suresh@mono-cvs.ximian.com>
Thu, 3 Mar 2005 04:30:14 +0000 (04:30 -0000)
commit97133615a00d4646ff1ef5b5f054515c2fc792b1
tree72d1bd89094252b61749746c97da58970e234a62
parenta4236efc5e7daf75f3bb06945abf81912fc4da04
In System.Data.ProviderBase:
2005-03-02  Sureshkumar T  <tsureshkumar@novell.com>

* DbConnectionBase.cs: CreateDbCommand: assign connection to the
created command.

In .:
2005-03-02  Sureshkumar T  <tsureshkumar@novell.com>

* System.Data.dll.sources: Added
System.Data.SqlClient/SqlConnectionFactory.cs.

In System.Data.SqlClient:
2005-03-03  Sureshkumar T  <tsureshkumar@novell.com>

* SqlClientFactory.cs: While creating command, create using
DbConnectionFactory as DbConnectionBase.CreateDbCommand needs to
have a connection factory.

* SqlConnection.cs: Added an internal constructor which takes
DbConnectionFactory.

* SqlConnectionFactory.cs: Added. Concrete class for abstract
factory DbConnectionFactory.

svn path=/trunk/mcs/; revision=41382
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data.ProviderBase/ChangeLog
mcs/class/System.Data/System.Data.ProviderBase/DbConnectionBase.cs
mcs/class/System.Data/System.Data.SqlClient/ChangeLog
mcs/class/System.Data/System.Data.SqlClient/SqlClientFactory.cs
mcs/class/System.Data/System.Data.SqlClient/SqlConnection.cs
mcs/class/System.Data/System.Data.SqlClient/SqlConnectionFactory.cs [new file with mode: 0644]
mcs/class/System.Data/System.Data.dll.sources