Skip to content

v2.37.0

Compare
Choose a tag to compare
@sjh37 sjh37 released this 17 Jul 13:46
· 530 commits to master since this release
  • #385 Add a test for multiple FK's to a single class.
  • #386 Do not use schema tag for SQL CE. Thanks to ErikEJ and zackhowe.
  • Allow generator to appear in different Visual Studio template folders.
  • #390 AutoMapper unable to cast FakeDbAsyncEnumerable to IQueryable. Thanks to Dominic Hartjes.
  • #392 Changed DbContext default constructor to be public regardless of the MakeClassesInternal setting. Thanks to Lukeatron.
  • Fix to allow geography parameters to be passed to stored procs. Thanks to Matt d'Entremont.
  • Add loging output to output window. Thanks to Marek Kacprzak.
  • Make more extensive use of DataColumn.DataType.Namespace. Resolves an issues where System.DbGeography? is used instead of Microsoft.SqlServer.Types.SqlGeography. Thanks to Matt d'Entremont.
  • Running TVF through FMONLY with "default" for the parameters. Thanks to chris3773.
  • #419 GetSqlDbType missing case numeric. Thanks to krisnatm.
  • #424 Adding Settings.UseDefaultConstructor. Thanks to Jehoel.
  • #425 Adding ability to set the access-modifier on Foreign Key navigation properties. Added example comment. Thanks to Jehoel.
  • #420 Compiler Warning CS0649. Thanks to TimSirmovics.
  • #430 Adding SSDT project based on the Northwind database, including INSERT. Thanks to Jehoel.
  • #432 Views handling. Thanks to Jehoel.
  • #435 Hybrid annotations. Thanks to Jehoel.
  • #438 Access modifiers on types can now be arbitrarily set. Thanks to Jehoel.
  • #443 Temporal table support added. Thanks to Jehoel.