Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
/ t4models Public archive

Release 1.9.0

Compare
Choose a tag to compare
@ili ili released this 30 Aug 11:42
· 5 commits to release since this release

Features

  • configure converting member & column types (ConvertColumnMemberType, ConvertTableColumnMemberType, ConvertProcedureColumnMemberType)
  • generate custom DataConnection constructors (linq2db/linq2db#789)
  • adding usings to namespaces
  • configure ToValidName & ConvertToCompilable (#48)
  • generating associations as extension methods (GenerateAssociationExtensions)

Improvements

  • column name generation (#46)
  • ObsoleteAttribute generation

Fixies

  • Sql.TableFunction generation (added using of System.Reflection)
  • keywords (#47)