ER/Studio Data Architect Multiplatform 19.3.4

Released: Jun 15, 2023

19.3.4 버젼 업데이트

기능

  • Added JSON modeling properties to COM API.
  • Added the ability to select the number of items in an array in JSON - minItems and maxItems.

수정사항

  • PostgreSQL Table-level constraints generated incorrectly.
  • JSON number field constraints must allow decimal values.
  • JSON Strings with a format should not include width.
  • Cannot set string without width in JSON.
  • JSON format"date=time" incorrect syntax.
  • Attachment binding disappears from foreign Key when deleting other attributes.
  • Reverse engineer schema selection button is disabled when trying to select an owner in Compare and Merge Utility wizard.
  • CREATE OR REPLACE VIEW statement is generated instead of CREATE OR ALTER VIEW in the Alter Script after Compare and Merge against the SQL Server database.
  • Timestamp(0) showing up as Timestamp without precision when generating database.
  • Numeric(0,0) columns are being reversed as NUMERIC(10,0).