Interbase/Firebird Development
Stuido - Update 3. Build 5.0.3.230.
NEW FEATURES.
Database Designer:
"Save Project As" command - allows to save local projects with the
different name. For remote projects it just copies the file with project
connection information and does not copy the actual project on the
server!
Project validation was improved - warnings will be displayed when
possible data loss may occur. If you trying to insert NULL value into
the NOT NULL field it will be displayed as error.
Database Editor:
New menu - "Database". Includes ability to activate/deactivate all
indices in the database.
Added ability to recompile Stored Procedures and Triggers.
Added ability to recompute statistics for all indices.
Query Analyzer:
Added an option to automatically save query history before executing
the statement. This can prevent you from loosing your work when
statement runs too long.
Common:
Structural Highlighting - code editor now highlights pair brackets
and begin...end blocks.
Table Editor - added ability to automatically make field
autoincremented, thus automatically generate Generator for the table and
support Trigger or Stored Procedure.
Find/Replace dialogs is now taking selected word as a default value.
Added shortcuts for Make/Clean Delphi code.
Make Delphi Code command can optionally produce output as
"SQL.Add('....');"
New Code Formatting features have been added.
FIXED IN THIS VERSION.
Database Designer:
Refactoring procedures was revised and improved. Fixed several
issues when find references and rename references were not working under
some circumstances.
Administrative Console:
Grant Manager didn't not load users from remote servers.
Database Editor:
Activity of the index is not visible in the Metadata Preview and
Extract Metadata output.
Views are not visible as dependent objects for tables when
dependency was generated by nested select.
Common:
Database Manager - test connection does not work when client library
name was changed.
Database Manager - window height can be changed now.
Backup and Restore - fixed "Missed server name" bug.