Book a Demo

Author Topic: Version 4.00 - Build 727 Released  (Read 16707 times)

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Version 4.00 - Build 727 Released
« on: May 18, 2004, 06:13:57 pm »
Release Notes for EA 4.00 Build 727
***********************************
Fixed DDL generated script syntax for PostgreSQL auto increment/sequences.
Primary key and unique checkboxes made mutually exclusive on Table Attribute dialog.
Added option allowing Data Transfer only between eap files on Professional Edition.
Fixed error that could occur when pressing Escape key in docked note dialog or docked scenario dialog
Added option to change table owner for a package and child packages.
Added code engineering option to prevent Auto Layout of diagrams on synchronisation
Added support for forward synchronizing java package statement
Fixed code generation issue which could cause empty import/using statements to be generated
Fixed position of primary key comma when generating MySQL DDL.
Fixed code generation issue that caused classes to appear to be in the wrong package and not generate as a result.
Fixed diagram hyperlink issue that caused a hyperlink to a deleted diagram to erroneously open an empty diagram.
Fixed syntax of SQL Server DDL generated comments and MySQL foreign keys.
Fixed incorrect DB datatype conversion mapping from Access to Oracle.
Improved syncronization of enumerations.
Fixed tab order of Table Properties Dialog.
Fixed behavior where EA would not prompt the user to save any changes to attributes or operations when the selection in the Project View is changed
Fixed VB code import issue where EA would only import the first property, function or sub it encountered.
Added support for forward synchronization of inner classes
Added support for inserting classes into a Delphi file
Improved speed of forward synchronization
Fixed bug where delegate functions are removed when forward synchronizing C#
More robust parsing of C#, C++ and Java
Added refresh treeview when adding/deleting foreign keys.
Allowed PostgreSQL FK creation of integer datatype into a serial datatype.
Fixed issue that could cause incorrect generation of namespaces for C#, VB .Net and C++


Code Template Updates:
- C# Operation Declaration to give return type of void if none set
- C# Operation body always having body of ";" if external method.
- C++ Class Declaration to allow generation of DLL export macros
- C++ Class Inherits to remove extraneous white space