Skip to content

v3.2.0

Choose a tag to compare

@sjh37 sjh37 released this 08 Oct 20:17
· 449 commits to master since this release
  • Added support for PostgreSQL. Reading of function return models for PostgresSQL is not possible.
  • #557 Add comment to generated code f using Trial / Academic licences to explain why tables are missing. Thanks to LarryWMSN
  • #576 Add Template version number to generated code comments. Thanks to brianrutter.
  • #579 Check for whitespace only columns
  • #582 Add support for nullable reference types. Thanks to qrjo.
  • #583 Examples with t.Schema.Name. Thanks to TimSirmovics
  • #584 Duplicate DbSets generated in the FakeContext. Thanks to pmcivor-accesso
  • #586 IsUnique not added for all unique indexes. Thanks to qrjo
  • #587 EF6 PK / Index annotation - duplicate index issue. Thanks to Sean McGill
  • #587 unit testing completed.
  • #591 Merge include filters
  • #598 Configuration classes to use ConfigurationClassesModifiers. Thanks to MarkLFT.
  • #615 Add extra code suppression flags.
  • #615 Code supression
  • #615 Control R# comments with use of Settings.UseResharper flag.
  • Add (commented out) code to sort indexes
  • Add MultipleActiveResultSets=True; to connection string.
  • Added support for columns existing in a base class. Thanks to Bram Van Den Bossche.
  • Correct comment for Settings.InterfaceNamespace. Thanks to Neal Culiner.
  • Detect and show duplicate code output items where 2 SQL items resolve to same C# name.
  • Enhanced comments for table.BaseClasses and column.ExistsInBaseClass
  • Fall back to trial license should it expire or become invalid.
  • Fix missing fk name if fk name == "id"
  • For added security setting Settings.IncludeConnectionSettingComments=false; as default.
  • Give PostgreSQL unamed stored procedure parameters a name
  • Ignore __EFMigrationsHistory table
  • Include filter testing
  • Remove FK's that would force nullable columns to be not null
  • Show allowed providers
  • Show how to add custom pluralisation entries