Skip to content

v3.6.1

Compare
Choose a tag to compare
@sjh37 sjh37 released this 26 Jun 21:15
· 156 commits to master since this release
  • #754 Exclude mobelBuilder command if table valued function declared in StoredProcedureReturnTypes. Thanks to erwin-faceit.
  • #753 Fix for ROWVERSION and TIMESTAMP columns. Thanks to Neal Culiner.
  • #762 Auto generate the standard templates that can be customised. If you want to fully customise your output you can use custom templates. The standard ones used within the generator are now generated and placed in this folder. More info available here. Thanks to rebeccapowell.
  • #748 Generate a property type as a Enumeration from a foreign key. Thanks to James00-Fast.