2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / tools / sqlmetal / ChangeLog
blobb7abd09265aa4669c241fbfd05412737ac7e4d9d
1 2010-04-13  Jonathan Pryor <jonpryor@vt.edu>
3         * sqlmetal.exe.source: Add additional files.
5 2010-03-29  Raja R Harinath  <harinath@hurrynot.org>
7         * AssemblyInfo.cs: Make internals visible to the test suite.
9 2010-01-04  Jonathan Pryor <jonpryor@vt.edu>
11         * Makefile: Ensure that Test/* files are distributed (so that 
12           'make check' works on tarball builds).  Partial fix for #564987.
14 2009-12-08  Jonathan Pryor <jonpryor@vt.edu>
16         * sqlmetal.exe.config: Add provider entry for SQL Server.
17         * sqlmetal.exe.sources: Add additional files.
19 2009-11-06  Jonathan Pryor <jonpryor@vt.edu>
21         * Makefile: re-enable the tests.  They were disabled in r137153
22           because they weren't compiling, which was because System.Data.Linq
23           wasn't listing sqlmetal_net_2_0 as a friend assembly.  (Why this
24           built before I couldn't tell you...)  Fixed in latest S.D.L.
26 2009-04-30  Jonathan Pryor <jonpryor@vt.edu>
28         * sqlmetal.exe.config: The MySQL provider should use ByteFX.Data's
29           MySQL connection types, as those are actually included with Mono
30           (unlike MySql.Data, which isn't included with Mono).
32 2009-04-08  Jonathan Pryor <jonpryor@vt.edu>
34         * AssemblyInfo.cs: Building against the local AssemblyInfo.cs broke
35           sqlmetal, as it couldn't find an IProcessor implementation (as the
36           local AssemblyInfo.cs was missing a [assembly: DbLinq] attribute).
37           Fix so that sqlmetal works again.
38         * Makefile: Actually enable NUnit tests.
40 2009-04-06  Jonathan Pryor <jonpryor@vt.edu>
42         * . (svn:ignore): Ignore generated files.
43         * AssemblyInfo.cs: Added; Assembly-level attributes for sqlmetal.exe.
44         * Makefile: Correct the "namespace" of the embedded resource files;
45           build NUnit tests for sqlmetal.exe.
46         * sqlmetal.exe.sources: Build against the local AssemblyInfo.cs, not
47           DbMetal's AssemblyInfo.cs file.
48         * sqlmetal_test.dll.sources: Added; source files for the NUnit test.
49         * Test/AssemblyInfo.cs: Added; Assembly-level attributes for the NUnit
50           test assembly.
52 2009-03-12  Jonathan Pryor <jonpryor@vt.edu>
54         * ChangeLog, Makefile, sqlmetal.exe.config, sqlmetal.exe.sources:
55           Added; builds `sqlmetal.exe', which is the Mono version of DbLinq's
56           DbMetal.exe program (which in turn is modeled on .NET's SQLMETAL
57           tool), "tuned" to depend only on Mono's System.Data.Linq.