X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.Linq%2FChangeLog;h=3bc8156bb1906f0c669a395d64e3064edaebf3d1;hb=c947640d2a799b9d45a383b51814b522df95992f;hp=fbcb2d4f076d47f7e5200ee69a91133c9412b603;hpb=f77b5feb60af1de7f87eda62a41eb3848fb4d689;p=mono.git diff --git a/mcs/class/System.Data.Linq/ChangeLog b/mcs/class/System.Data.Linq/ChangeLog index fbcb2d4f076..3bc8156bb19 100755 --- a/mcs/class/System.Data.Linq/ChangeLog +++ b/mcs/class/System.Data.Linq/ChangeLog @@ -1,3 +1,95 @@ +2010-04-13 Jonathan Pryor + + * src/**/*: Sync with DbLinq r1403. This is DbLinq 0.20 + fixes. + Primarily fixes sqlmetal, codegen, etc. + +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 + issue where AttributeMappingSource.GetModel().GetTables() would + return duplicate types, which was unexpected by Marek Habersack. + +2009-06-19 Jonathan Pryor + + * src/**/*, tests/**/*: Sync with DbLinq r1180. Gets unit tests into + a state (i.e. no release tests fail within NUnit), fixes several + bugs, massive code cleanup (#if removal), EntitySet fixes, + removes some locale dependency issues, predicate building, + performance improvements, and likely more. Remove src/VisualMetal; + it's no longer used. + * Makefile (update-dblinq): Exclude more files so that there's less + "garbage" files to review on the next update. + +2009-05-14 Jonathan Pryor + + * src/DbLinq/Data/Linq/Sugar/Implementation/QueryCache.cs: Temporarily + disable QueryCache.GetFromSelectCache(), as the cache keeps breaking + for currently undiagnosed reasons. With this disabled, NerdDinner + seems to work properly. + +2009-05-14 Jonathan Pryor + + * Makefile: Add 'update-dblinq' target, which copies files from my + dblinq checkout into src. + * System.Data.Linq.dll.sources, System.Data.Linq_test.dll.sources: Add + additional files. + * src/**/*: Flush; syncs to DbLinq r1073, greatly improves object + tracking support, more tests.... + +2009-04-24 Jonathan Pryor + + * src/**/*: Add missing files (doh!). Fixes the build. + 2009-04-24 Jonathan Pryor * src/**/*: Flush; syncs to DbLinq r1053. Adds