Skip to content

CodeGen 5.7.4

Compare
Choose a tag to compare
@SteveIves SteveIves released this 01 Aug 23:46
· 234 commits to master since this release

CodeGen Release Notes

  • We extended the use of the -mexclude and -minclude options so that in addition to being supported with the -smc and -interface options, they can also be used with the -smcstrs and -interface options. This makes it possible to exclude from processing any structures that are only referenced by methods that are being excluded, or to select for processing only structures that are referenced by specific methods in a method catalog interface. Previously it was only possible to constrain the list of structures to be processed to structures referenced by all methods in an interface.
  • We added a new tweak named SQLNAMEN$$ID.
  • We improved error reporting if a repository field exceeds D28 which can happen if a GROUP field is typed as decimal.
  • We improved error reporting when attempting to use method catalog tokens without method catalog meta-data.
  • We improved the processing of the <FIELD_TYPE> token to ensure that is produces appropriate values when BINARY, ENUM and STRUCT fields are processed. Until recently the presence of these fields in a structure would prevent code generation for the structure.
  • This version of CodeGen was built with Synergy/DE 11.1.1h and requires a minimum of version 10.1.1 to operate.