A new version of IBDataWorks 1.1 (Build 152) is available for download.
Enhancements
Bug Fixes
- fixed localization issues with some European and South American locales.
Specifically, any locale which uses the comma as a decimal seperator caused
errors on launch of application and during reverse engineer from a live
database.
- precision on numeric columns was not being extracted properly for dialect 3
databases.
- the default value for table columns was not being extracted.
AS keyword was not included in trigger source when a SQL script was reversed
engineered.
- fixed "Index Out Of Bounds" errors on parse of invalid SQL scripts.
- add quotes around literal string values that are part of default values.
- formatting of
CHECK constraints is now preserved when extracted from a SQL
script.
- newly created textboxes now drawn immediately in the Model View.
- file properties are now reset when the "New" button is clicked.
- view
SELECT statements were not imported correctly and formatting was lost when
reverse engineered from a SQL script.
- fixed bug where the SQL run during Forward Engineer did not match the SQL in the
preview.
SET TERM statements were generated in the forward engineer even if there were
no triggers or stored procedures.
- primary key constraints with no columns are automatically removed from the table.
This fixes the error where an empty primary key is created during forward engineering.
- fixed metadata names not validated correctly for all group objects. Duplicate names or
blank names could cause access violations.
- fixed some edit mode buttons (create new exception group,...) did not stay down when
selected in the toolbar.
- fixed can now edit the name of a grant in the grant editor.