Features and enhancements
- Firebird 2 support has been added.
- Now Environment Configurator shows versions of loaded modules.
- Text syntax highlighting has been considerably optimized. It’s very significant for huge texts (with 10000 and more lines).
- DDLExtractor has been considerably optimized.
- New export types have been added to SQL Editor:
- Copy Text as HTML
- Copy Text as Delphi String
- On opening Source DDL of a table or a view (VIEW) BlazeTop shows DDL’s of corresponding objects (indices, triggers, constraints).
- SQL Editor has a new ShowBeginEndRegions mode (see Environment Options - Editor - Code Insight). By default it is active. When ShowBeginEndRegions is active, SQL Editor shows links between BEGIN/END operators.
- Now SQL Editor has export into Open Office by OLE.
- Extended support of Unicode has been added:
- support of UTF8 or UNICODE_FSS charsets
- showing of Unicode data in visual controls (grids, editing fields, etc)
- editing of Unicode data in visual controls (grids, editing fields, etc)
- inserting of Unicode data from clipboard in visual controls (grids, editing fields, etc)
- use of Unicode data as query parameters in SQL Editor
- Support of KOI8R and KOI8U charsets has been added for Firebird 2.
- Now the SQL Editor parameter dialog has history of parameter values.
- CodeProposal filters proposed values depending on your position in the SQL statement section.
- In Database Restore the PageSize property has default "Unchanged" values.
Bugs fixed:
- Lost connection handling now operates correctly.
- TIME and DATE fields are shown correctly now (as they were shown in the format DateTime).
- Procedure compilation worked incorrectly if the statement "case when end" was used. Fixed.
- Procedure dependencies are shown correctly now (VIEW dependence from the procedure was not shown.
- A query for the SQLEditor record number operates correctly now. For Firebird 2 BlazeTop uses the statement Select Count(*) from Select... This bug fix enables you to count the number of records for almost every query.
- Some bug fixes in CodeProposal:
- AV on selecting fields for the table with an array field.
- If a table field or view field has been selected, BlazeTop did not show other fields on calling Code Proposal. Fixed.
Preview text: Includes 13 enhancements, 6 bug fixes, UNICODE support, SQL Editor optimization, and Firebird 2.0 support