2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / sqlmetal / ChangeLog
blob445aa25ee52bf28b85ed3511494b9da6b73da6d1
1 2009-11-06  Jonathan Pryor <jonpryor@vt.edu>
3         * Makefile: re-enable the tests.  They were disabled in r137153
4           because they weren't compiling, which was because System.Data.Linq
5           wasn't listing sqlmetal_net_2_0 as a friend assembly.  (Why this
6           built before I couldn't tell you...)  Fixed in latest S.D.L.
8 2009-04-30  Jonathan Pryor <jonpryor@vt.edu>
10         * sqlmetal.exe.config: The MySQL provider should use ByteFX.Data's
11           MySQL connection types, as those are actually included with Mono
12           (unlike MySql.Data, which isn't included with Mono).
14 2009-04-08  Jonathan Pryor <jonpryor@vt.edu>
16         * AssemblyInfo.cs: Building against the local AssemblyInfo.cs broke
17           sqlmetal, as it couldn't find an IProcessor implementation (as the
18           local AssemblyInfo.cs was missing a [assembly: DbLinq] attribute).
19           Fix so that sqlmetal works again.
20         * Makefile: Actually enable NUnit tests.
22 2009-04-06  Jonathan Pryor <jonpryor@vt.edu>
24         * . (svn:ignore): Ignore generated files.
25         * AssemblyInfo.cs: Added; Assembly-level attributes for sqlmetal.exe.
26         * Makefile: Correct the "namespace" of the embedded resource files;
27           build NUnit tests for sqlmetal.exe.
28         * sqlmetal.exe.sources: Build against the local AssemblyInfo.cs, not
29           DbMetal's AssemblyInfo.cs file.
30         * sqlmetal_test.dll.sources: Added; source files for the NUnit test.
31         * Test/AssemblyInfo.cs: Added; Assembly-level attributes for the NUnit
32           test assembly.
34 2009-03-12  Jonathan Pryor <jonpryor@vt.edu>
36         * ChangeLog, Makefile, sqlmetal.exe.config, sqlmetal.exe.sources:
37           Added; builds `sqlmetal.exe', which is the Mono version of DbLinq's
38           DbMetal.exe program (which in turn is modeled on .NET's SQLMETAL
39           tool), "tuned" to depend only on Mono's System.Data.Linq.