Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > Firebird, Interbase > Вышла новая версия IBExpert


Автор: Akella 3.12.2007, 17:59
IBExpert New Version 2007.12.01 ready for Download
Today we uploaded a new Version 2007.12.01
of IBExpert on www.ibexpert.com
What is new?
1. To-do List implemented
2. Database Comparer FB2.1
3. Log Manager IBEblock
4. IBEBlock Arrays
5. Script Executive DML
6. Database Monitor FB2.1
7. Table and View Editor, Triggers tab
8. Extract Metadata: CREATE/ALTER SEQUENCE 
9. Database Registration
10. A lot of minor bugfixes and small improvements
11. Changes in the installer and updated Service Tools
12. free IBE+FB Roadshow in Germany, 10.-14.12.2007
We recommend to uninstall older versions before installing 
the new IBExpert Version. Please select all IBExpert products 
in Windows - ControlCenter - Add or Remove Software
All registered databases are stored in the directory
C:\Documents and Settings\%user%\Applicationdata\HK-Software\IBExpert
or if used in the userdatabase. Please backup these before 
uninstall.


If you are a registered customer and cannot access the
customer area, please check the update end date from 
your registration form. If your update right is already 
expired,you can extend it for the next two years with 
buying the Extension license(s) in our shop. 
See details on our Web Site
www.ibexpert.com or just ask 
[email protected] for details.

What is new?
1. To-do List implemented (Tools | To-do list).
  * This new feature can be used to organize your database development .
     For each object in the database, you can add ToDo Items.
2. Database Comparer:
  * Support of Firebird 2.1 added
3. Log Manager
  * Generation of logging trigger bodies now based on IBEBlock feature
4. IBEBlock:
  * Added possibility to pass arrays into IBEBlocks (EXECUTE IBEBLOCK).
    Example:
    execute ibeblock
    as
    begin
      MyBlock = 'execute ibeblock (inparam variant)
                 as
                 begin
                   ibec_ShowMessage(inparam[0] || inparam[1] || inparam[2]);
                 end';       MyVar[0] = 'Hello';
      MyVar[1] = ', ';
      MyVar[2] = 'World!';
      execute ibeblock MyBlock(MyVar);               end
  * Support od CREATE/ALTER SEQUENCE (FB 2.x) in ibec_ExtractMetadata function
    (UseSequence option)
5. Script Executive:
  * Added possibility to show DML statements (INSERT, UPDATE, DELETE)
    in the Script Exlorer tree. Use Script Explorer context menu
    to display DML statements.
6. Database Monitor:
    * Fixed problem with loading of monitor queries when working with FB 2.1
7. Table and View Editor, Triggers tab:
  * Added possibility to set active/inactive more than one trigger simultaneously
8. Extract Metadata:
  * Support of CREATE/ALTER SEQUENCE (Firebird 2.x)
  * Added possibility to extract table data when extracting into the VCS files
  * Fixed problem with extracting of dimensions of array domains
9. Database Registration:
  * Trusted Authentication option added (Firebird 2.1)
10. A lot of minor bugfixes and small improvements.
11. Changes in the installer and updated Service Tools
  * IBExpertSQLMonitor, IBExpertJobScheduler, IBExpertTransactionMonitor and 
    IBExpertBackupRestore Service were updated. Due to the changes in the installer,
   We recommend to uninstall older versions before installing the new IBExpert 
   Version. Please select all IBExpert products in 
        Windows - ControlCenter - Add or Remove Software
   All registered databases are stored in the directory 
        C:\Documents and Settings\%user%\Applicationdata\HK-Software\IBExpert
   or if used in the userdatabase. Please backup these files before uninstall.

Автор: ksili 10.12.2007, 10:00
А что, раньше
Цитата

9. Database Registration

не было?  smile 

Автор: Akella 10.12.2007, 10:55
8 декабря вішла опять новая версия с исправленными мелкими ошибками. Наверное, не такие уж они и мелкие, что так скоро выпустили новую.

Автор: igor_123 25.12.2007, 01:06
раньше не было 
Цитата

* Trusted Authentication option added (Firebird 2.1)

Цитата

 Наверное, не такие уж они и мелкие, что так скоро выпустили новую. 

Она и так по нескольку раз на неделю обновляется, но наверное без официального пресс-релиза на оффсайте  smile 

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)