X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.Linq%2FChangeLog;h=c5d8decf682e784d73430b1e5b6f2892b93dc1ac;hb=05a5b21fa0cec68f995fc648dcd52ff08f5c5d73;hp=4924db9f5d6b2d22a4b9acaa3e7e886b66251b94;hpb=2969606fa4061c958a29ec8df5b75017c307ec13;p=mono.git diff --git a/mcs/class/System.Data.Linq/ChangeLog b/mcs/class/System.Data.Linq/ChangeLog index 4924db9f5d6..c5d8decf682 100755 --- a/mcs/class/System.Data.Linq/ChangeLog +++ b/mcs/class/System.Data.Linq/ChangeLog @@ -1,3 +1,53 @@ +2009-12-18 Jonathan Pryor + + * src/**/*: Sync with DbLinq r1294. This is DbLinq 0.19. Fixes + DataContext.Transaction. + +2009-12-08 Jonathan Pryor + + * 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 + + * System.Data.Linq.dll.sources: Use MySqlDataContext.cs instead of + MysqlDataContext.cs. + +2009-11-06 Jonathan Pryor + + * 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 + + * 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 + + * src/**/*: Sync with DbLinq r1217. This removes a slew of + FieldAccessExceptions when running the DbLinq unit tests. + +2009-09-02 Jonathan Pryor + + * src/**/*: Sync with DbLinq r1216. This fixes the + ../../tools/sqlmetal build. + +2009-09-02 Jonathan Pryor + + * src/**/*: Sync with DbLinq r1214. This integrates several + performance patches from Zoltan Varga, and adds a + DataContextSubclass(string) constructor to sqlmetal output. + 2009-06-25 Jonathan Pryor * src/**/*: Sync with DbLinq r1200. Among other fixes, this fixes an