New tests.
[mono.git] / mcs / class / System.Data.Linq / ChangeLog
index bdb6bb6f06f8b02ad952f1c1491f4b0953f05f39..3bc8156bb1906f0c669a395d64e3064edaebf3d1 100755 (executable)
@@ -1,3 +1,52 @@
+2010-04-13  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Sync with DbLinq r1403.  This is DbLinq 0.20 + fixes.
+         Primarily fixes sqlmetal, codegen, etc.
+
+2009-12-18  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Sync with DbLinq r1294.  This is DbLinq 0.19.  Fixes
+         DataContext.Transaction.
+
+2009-12-08  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*, examples/**/*: Sync with DbLinq r1293.  This adds 
+         SchemaLoader support for Microsoft SQL Server, allowing sqlmetal to 
+         generate entity stubs against SQL Server databases.
+       * System.Data.Linq.dll.sources: Add files to the build.
+
+2009-11-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.Data.Linq.dll.sources: Use MySqlDataContext.cs instead of
+       MysqlDataContext.cs.
+
+2009-11-06  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Sync with DbLinq r1265.  This fixes sqlmetal (it shouldn't 
+         generate constructors referring to IVendor), enhances query support
+         so that extension methods can be used within 'select' blocks,
+         various FirebirdSQL fixes, etc.
+
+2009-09-04  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Also rsync dblinq2007/examples sources.
+       * build/DbLinq.Sqlite_test_mono_strict.dll.sources: Added; .sources
+         file to build build/DbLinq.Sqlite_test_mono_strict.dll, the
+         "end-to-end" unit tests for SQLite using Mono.Data.Sqlite.
+       * build/Makefile: Added; builds all "end-to-end" unit tests.
+       * examples/**/*: Sync with DbLinq r1217; includes sources needed for
+         end-to-end tests located in 'build'.
+
+2009-09-04  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Sync with DbLinq r1217.  This removes a slew of
+         FieldAccessExceptions when running the DbLinq unit tests.
+
+2009-09-02  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Sync with DbLinq r1216.  This fixes the
+         ../../tools/sqlmetal build.
+
 2009-09-02  Jonathan Pryor  <jpryor@novell.com>
 
        * src/**/*: Sync with DbLinq r1214.  This integrates several