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:
authorVeerapuram Varadhan <v.varadhan@gmail.com>2008-09-16 16:22:24 +0400
committerVeerapuram Varadhan <v.varadhan@gmail.com>2008-09-16 16:22:24 +0400
commit0dc851f9d192dabbe9d5e30abe277136dc53de14 (patch)
treea6ff45e43da480d8a4fa758e8ab2afdf87c3dca8 /mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
parent7352e88c0abaf6402c92c1283363acbe66f260ca (diff)
Check whether the connection is valid or not when Reset'ting the
connection. svn path=/trunk/mcs/; revision=113145
Diffstat (limited to 'mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog')
-rw-r--r--mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
index b5155e53494..b54472eccbe 100644
--- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
+++ b/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-16 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ Patch from Christian Hergert <christian.hergert@gmail.com>
+ * TdsComm.cs: Expose the stream to be internally used by other
+ classes
+ * Tds70.cs (Reset): Validate whether the connection is available
+ or not.
+
2008-07-09 Veerapuram Varadhan <vvaradhan@novell.com>
* TdsComm.cs: Cleanup stray Console.WriteLine that got in during last commit