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