Skip to content

v3.8.1

Compare
Choose a tag to compare
@sjh37 sjh37 released this 19 Apr 16:13
· 100 commits to master since this release
  • #786 Settings.UseLazyLoading = false by default. Thanks to Neal Culiner.
  • #782 Add support for memory-optimised tables.
  • Added a file audit service. You will now see a new file generated each time you save the <database>.tt file. This audit file is used to record which files were generated and at what time. Please do not edit this file as it is used to delete files that may get filtered out during the next run. Audit files are named <database>Audit.txt.
  • #774 Optional parameters in stored procedure. Thanks to @NeilN1
  • #791 Add support for FileBasedEf6 templates. Thanks to @Techhead33
  • #793 Do not use builder.HasKey on derived types where the PK columns are hidden. Thanks to Måns Tånneryd.
  • #780 Filter sequences to just those required. Thanks to @MarkLFT