Book a Demo

Author Topic: Version 5.0 - Build 765 Released  (Read 15743 times)

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Version 5.0 - Build 765 Released
« on: May 25, 2005, 10:46:07 pm »
Release Notes for EA 5.0  build  765
*************************************

Fixed problem with package locking when dragging & dropping items between version controlled packages.
Fixed problems with switching between the code and transform template editors.
Fixed issue with forward synchronising to some Visual Basic files.
Fixed problem where a C# file wouldn't parse if any namespace had any attributes.
Fixed problem where Oracle wasn't displaying a unique index and a unique constraint having the same name.
Removed newline character when importing from Oracle tables where column has a default value.
Fixed issue generating InterBase DDL for table having multiple primary key.
Fixed issue with Insert Related Elements: can now be run on locked elements
Corrected problem where RTF Document Generation, invoked with user-defined Phase values in the Generate Options dialog, would cause EA to abort.
Corrected basic template to remove duplicate Att.Notes field.
Added support to preserve RTF output filename when switching between RTF Generators where possible.
Fixed ddl generation of Access primary keys.
Removed doubling up of surround chars ([]) for SQL Server generated DDL of foreign key refenced tables.
Fixed alias names for table and column comments for SQL Server DDL generation.
Modified code synchronization to preserve user stereotypes on some elements where appropriate.
Added support for xUML style identifier and relation tag visibility in diagrams. Defining a tag of type xUML for an attribute will display value in diagram.
Code Template Updates:
- Added support for partial classes to the C# Class Declaration template.