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/Mono.Data.SybaseClient/ChangeLog')
-rw-r--r--mcs/class/Mono.Data.SybaseClient/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/Mono.Data.SybaseClient/ChangeLog b/mcs/class/Mono.Data.SybaseClient/ChangeLog
index 1d23029b063..28bd41069fd 100644
--- a/mcs/class/Mono.Data.SybaseClient/ChangeLog
+++ b/mcs/class/Mono.Data.SybaseClient/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-16 Daniel Morgan <danmorg@sc.rr.com>
+
+ * SybaseConnection.cs: - parse data source for 2 possible uses:
+ "Server=hostname",
+ "Server=hostname,port" and open the connection based on the
+ resulting server name and port.
+
2002-12-01 Tim Coleman <tim@timcoleman.com>
* Mono.Data.SybaseClient/SybaseDataReader.cs:
Change to reflect TdsSchemaInfo -> TdsDataColumnCollection