2002-10-22 Tim Coleman (tim@timcoleman.com)
[mono.git] / mcs / class / Mono.Data.TdsClient / Mono.Data.TdsClient / ChangeLog
1 2002-10-22  Tim Coleman (tim@timcoleman.com)
2         * TdsCommand.cs:
3                 Some implementation
4         * TODOAttribute.cs:
5                 Add this to this namespace
6
7 2002-10-21  Tim Coleman (tim@timcoleman.com)
8         * TdsConnection.cs:
9                 Make sure to set the TDS Version. (This will
10                 use 4.2)
11
12 2002-10-20  Tim Coleman (tim@timcoleman.com)
13         * TdsConnection.cs:
14                 Lots of stuff to get this working somewhat.
15
16 2002-10-19  Tim Coleman (tim@timcoleman.com)
17         * TdsDataReader.cs:
18         * TdsError.cs:
19         * TdsErrorCollection.cs:
20         * TdsException.cs:
21         * TdsParameter.cs:
22         * TdsParameterCollection.cs:
23                 Added new classes, to get started with this namespace.
24                 This is pretty much what is needed to do things like
25                 TdsConnection and so on.
26         * TdsCommand.cs:
27                 De-wrappify this class.  There is no longer a 
28                 Mono.Data.TdsClient.Internal.TdsCommandInternal class.
29         * TdsConnection.cs:
30                 De-wrappify this class.  There is no longer a 
31                 Mono.Data.TdsClient.Internal.TdsConnectionInternal class.
32         * TdsTransaction.cs:
33                 De-wrappify this class.  There is no longer a 
34                 Mono.Data.TdsClient.Internal.TdsTransactionInternal class.
35
36 2002-10-17  Tim Coleman (tim@timcoleman.com)
37         * IsolationLevel.cs:
38                 Removed, as we now use IsolationLevel from System.Data
39         * TdsCommand.cs:
40         * TdsConnection.cs:
41         * TdsTransaction.cs:
42                 These classes are now just wrappers for the 
43                 Mono.Data.TdsClient.Internal classes.
44         * TdsServerType.cs:
45                 Slight modification
46                 
47
48 2002-10-16  Tim Coleman (tim@timcoleman.com)
49         * ChangeLog:
50                 New ChangeLog
51         * IsolationLevel.cs:
52         * TdsCommand.cs:
53         * TdsConnection.cs:
54         * TdsServerType.cs:
55         * TdsTransaction.cs:
56                 Added skeletons to get started.