Skip to content

v2.37.2

Choose a tag to compare

@sjh37 sjh37 released this 02 Oct 15:31
· 581 commits to master since this release
  • Allow pulling base functions from inherited interface. Thanks to jamil.
  • #452 Problem with case sensitive database. Thanks to mhwlng.
  • #453 datetimeoffset type SQL default function getdate() does not translate. Thanks to Joe Park.
  • Fix #388 static CreateModel can call to a partial implementation. Thanks to StevenBonePgh.
  • #458 Column name 'IS_NULLABLE' does not exist in the target table or view. When Collation is Turkish_CI_AS. Thanks to Irfan Koprucu.
  • #340 DataAnnotations: Inverse Property is not generated. Thanks to jamil.
  • If Settings.ColumnTypeToDataAnnotation is used for Display(Name="") property, skip the default behaviour.
  • #449 Allow pulling base functions from inherited interface. Thanks to jbaig.
  • Adds Mapping Table Rename for when you have two relationships between the same tables. Thanks to jamil.
  • GetHashMethod and GetWithMethod return the correct method names for composite keys. Thanks to David.
  • #465 Duplicate property names when having multiple many-to-many relationships using composite keys. Thanks to jbaig.
  • #467 GetHasMethod and GetWithMethod return the correct method names for composite keys. Thanks to Jehoel.