New test.
[mono.git] / mcs / class / ByteFX.Data / ChangeLog
1 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
2
3         * Makefile: Removed /codepage:28591 as it is the default.
4
5 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * Makefile : /codepage:28591 (otherwise the build is broken on utf8
8           environment).
9
10 2004-11-26  Raja R Harinath  <rharinath@novell.com>
11
12         * Makefile (OTHER_RES): New.  List of resources.
13         (EXTRA_DISTFILES): Distribute them.
14
15 2004-05-18  Duncan Mak  <duncan@ximian.com>
16
17         * AssemblyInfo.cs: Gonzalo reminded me that I need to update the
18         version number as well. We're at 0.7.6 now.
19
20         * Common/StreamCreator.cs (CreateUnixSocketStream): Instead of
21         hostList [0], which is a char, use hostList directly. This fixes
22         the build.
23
24 2004-05-18  Duncan Mak  <duncan@ximian.com>
25
26         * Makefile: Add reference to Mono.Posix.dll.
27         
28         * ByteFX.Data.dll.sources: Update to latest listing of source
29         files.
30
31         * AssemblyInfo.cs: Revert back to the previous version, because we
32         don't have bytefx.snk.
33
34         * mysqlclient/transcaction.cs: Removed, replaced by the new
35         transaction.cs.
36
37 2004-05-18  Duncan Mak  <duncan@ximian.com>
38
39         * Update to the latest version:
40         http://www.bytefx.com/releases/ByteFX.MySqlClient.76.src.zip
41         
42         * Common/Connection.cs:
43         * Common/ConnectionString.cs:
44         * Common/Inflater.cs:
45         * Common/Platform.cs:
46         * Common/StreamCreater.cs:
47         * Common/CommandResult.cs:
48         * Common/CompressedStream.cs:
49         * mysqlclient/MySqlError.cs:
50         * mysqlclient/transaction.cs: New source files. 
51
52 2003-10-06  Nick Drochak <ndrochak@gol.com>
53
54         * AssemblyInfo.cs: Fix the build by ignoring assembly signing for now.
55
56 2003-03-15  Daniel Morgan <danmorg@sc.rr.com>
57
58         * mysqlclient/datareader.cs: in GetSchemaTable(),
59         "BaseColumnName" should be set to the ColumnName,
60         not null
61
62 2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
63
64         Imported the ByteFX.Data MySQL 0.6.5 data provider.  See
65         ChangeLog at the root of mcs for this date.
66