X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Data.Tds%2FChangeLog;h=cf65624a2648b8701430d556f22d1cbd3b1c7c0b;hb=964298e428cabe0223d027c067debba594b59f5b;hp=b7d05a643b96fadee0110d1cf39f53dd3f06ddf8;hpb=24a7667524f1e4b5d722c45cd69e63a9f905cf56;p=mono.git diff --git a/mcs/class/Mono.Data.Tds/ChangeLog b/mcs/class/Mono.Data.Tds/ChangeLog index b7d05a643b9..cf65624a264 100644 --- a/mcs/class/Mono.Data.Tds/ChangeLog +++ b/mcs/class/Mono.Data.Tds/ChangeLog @@ -1,3 +1,25 @@ +2005-09-21 Senganal T + + * 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 + + * Mono.Data.Tds.dll.sources: In Mono.Data.Tds.Protocol + Added TdsAsyncResult.cs & TdsAsyncState.cs. + +2004-08-14 Geoff Norton + + * Mono.Data.Tds.Protocol/TdsComm.cs: + Mono.Data.Tds.Protocol/Tds70.cs: + Make Tds70 work on Big Endian machines. + 2004-04-28 Sebastien Pouliot * Mono.Data.Tds.dll.sources: Added Assembly/AssemblyInfo.cs and