Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.SqlClient/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.SqlClient/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
index d1f214d0468..5f5b050e3ce 100755
--- a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
+++ b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-15 Daniel Morgan <danmorg@sc.rr.com>
+
+ * SqlConnection.cs: if Server in the ConnectionString
+ is set to "(local", use "localhost" as the hostname
+ to connect
+
2003-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SqlException.cs: implemented GetObjectData ().