2003-01-16 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / mcs / class / Mono.Data.DB2Client / ChangeLog
1 2003-01-16  Daniel Morgan <danmorg@sc.rr.com>
2
3         * Mono.Data.Db2Client/DB2ClientConnection.cs: added parsing and setting
4         of connection string values.  Prior to this change, the server, username, and
5         authentication were hard-coded.
6         
7         * Mono.Data.Db2Client/DB2ClientUtils.cs: prevent warning about
8         unreachable code
9         
10         * Test/TestDB2Conn/TestDB2Conn.cs: modify test to accept 
11         database, username, and password from command line.  Also, test
12         a CREATE TABLE statement with ExecuteNonQuery()
13         
14 2003-01-16  Daniel Morgan <danmorg@sc.rr.com>
15
16         * Mono.Data.Db2Client.build: added file for Windows build
17
18 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
19
20         * makefile.gnu: added --unsafe command line option, needed for unsafe
21         code. The IBM DB2 provider now compiles on Mono.
22
23         * list: added missing file.
24
25 2003-01-15  Rodrigo Moya <rodrigo@ximian.com>
26
27         Added IBM DB2 provider from cleared <cleared@rogers.com>.