2002-10-30 Tim Coleman (tim@timcoleman.com)
[mono.git] / mcs / class / Mono.Data.TdsClient / ChangeLog
1 2002-10-30  Tim Coleman (tim@timcoleman.com)
2         * list :
3                 Remove TdsColumnSchema.cs
4
5 2002-10-25  Tim Coleman (tim@timcoleman.com)
6         * list:
7                 Add new files to build.
8
9 2002-10-24  Tim Coleman (tim@timcoleman.com)
10         * list:
11                 Add new files to build.
12
13 2002-10-23  Tim Coleman (tim@timcoleman.com)
14         * list:
15                 Add new files to build
16         * Mono.Data.TdsClient.build:
17                 Exclude Tds70.cs, Tds80.cs, Tds50.cs
18                 Those should only be included with
19                 the appropriate providers.
20         
21
22 2002-10-22  Tim Coleman (tim@timcoleman.com)
23         * list:
24                 Add TODOAttribute in both
25                 namespaces
26                 Add TdsConnectionPool
27
28 2002-10-20  Tim Coleman (tim@timcoleman.com)
29         * list: 
30                 Add new files to build.
31
32 2002-10-19  Tim Coleman (tim@timcoleman.com)
33         * list: 
34                 Add new files to build.
35
36 2002-10-18  Tim Coleman (tim@timcoleman.com)
37         * list:
38                 Add Mono.Data.TdsClient.Internal/TdsCommInternal.cs
39                 Add
40                 Mono.Data.TdsClient.Internal/TdsConnectionParametersInternal.cs
41                 Mono.Data.TdsClient.Internal/TdsInternal.cs
42
43 2002-10-17  Tim Coleman (tim@timcoleman.com)
44         * list:
45                 Add files from Mono.Data.TdsClient.Internal
46         * makefile.gnu:
47                 Add reference to System.Data.dll.  This is
48                 fine, just not the reverse.
49
50 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
51
52         * Mono.Data.TdsClient.build: added build for windows
53         
54         * Test: added directory for tests
55                 
56         * Mono.Data.TdsClient/TdsVersion.cs: added file for
57         enum TdsVersion
58         
59         * Mono.Data.TdsClient/TdsConnection.cs: added public 
60         property TdsVersion so it can be set to 
61         use TDS version 4.2, 5.0, 7.0, or 8.0.  Also, added
62         comments
63
64
65 2002-10-16  Tim Coleman (tim@timcoleman.com)
66         * ChangeLog:
67         * list:
68         * makefile.gnu:
69                 Added new files to start this assembly