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