[corlib] Fix MethodInfo::ToString () to properly format generic structs. Fixes BXC...
[mono.git] / mcs / class / Mono.Data.Tds / ChangeLog
index 9a6bc26756e94c6596f9e26d803e180359c93c1c..4cf5f9e9a7d464f37b28757b12a0d5a7624e503b 100644 (file)
@@ -1,3 +1,24 @@
+2008-06-09  Ankit Jain  <jankit@novell.com>
+
+       * ITds.cs: Removed.
+       * Mono.Data.Tds.dll.sources: Update.
+
+2007-07-22  Nagappan A  <anagappan@novell.com>
+
+       * Mono.Data.Tds.dll.sources: Added
+       Mono.Data.Tds.Protocol/TdsBulkCopy.cs.
+
+2005-09-21 Senganal T  <tsenganal@novell.com>
+
+       * Mono.Data.Tds.Protocol/Tds.cs: 
+               - Modified the way Server Version number is calculated
+               - Added a new varaible to remember the original database
+               connected to and to reset the Database property when the
+               connection to database is closed.
+       * Mono.Data.Tds.Protocol/Tds70.cs: 
+               modified Reset() to Call the Reset() of base class which 
+               in turn resets the database name. 
+
 2005-04-07  Sureshkumar T  <tsureshkumar@novell.com>
 
        * Mono.Data.Tds.dll.sources: In Mono.Data.Tds.Protocol