2002-05-28 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / mcs / class / Mono.Data.MySql / ChangeLog
1 2002-05-28  Daniel Morgan <danmorg@sc.rr.com>
2
3         * Mono.Data.MySql
4         * Mono.Data.MySql/Mono.Data.MySql: add directories
5         for the Mono.Data.MySql assembly and namespace.  This
6         will contain the MySql .NET Data Provider which will use
7         C# bindings to libMySQL
8         
9         * Mono.Data.MySql/Test.cs: added file to
10         test the C# bindings to MySQL
11         
12         * Mono.Data.MySql/MySql.cs
13         * Mono.Data.MySql/Field.cs: added files
14         for the beginnings of C# bindings to MySQL
15         
16         * Mono.Data.MySql/makefile: added file
17         to build the MySQL C# bindings on csc/Microsoft.NET
18         
19         These C# bindings to the MySQL libMySQL.dll were created by
20         Brad Merrill <zbrad@cybercom.net> 
21         and can be downloaded from
22         http://www.cybercom.net/~zbrad/DotNet/MySql/
23         and put into the Mono Class Library under the X11/MIT License
24         with Brad Merril's permission.
25