ChangeLog

2005-06-17

  • changed SQL editors to one supporting unicode
  • added possibility to read and write files coded in: UTF-xx, WIN-125x, ISO-8859-x
  • added print settings form
  • modified print previe form
  • modified programme settings form
  • saving most of the settings to Options.xml instead of system registry
  • changed ZEOS library with drivers to 6.5.1 version
  • fixed some errors with PgSQL database

2004-11-11

  • added Informix 7.3/9.4 support
  • added procedures and views tabs in Object Manager for MySQL 5.0

2004-10-25

  • added IBM DB2 database support for iSeries(AS400) platform
  • added Users, Roles ans Sequences creators for Oracle database
  • added Users, Roles ans Sequences creators for Interbase/Firebird database
  • added special commands for Interbase/Firebird database
    CREATE USER username [PASSWORD 'password'] [FIRSTNAME '...'] [MIDDLENAME '...'] [LASTNAME '...'];
    ALTER USER username [PASSWORD 'password'] [FIRSTNAME '...'] [MIDDLENAME '...'] [LASTNAME '...'];
    DROP USER username;

2004-09-28

  • added possibility in options to select modules at program start
  • added possibility in options to group procedures/functions and constraints in Object Manager
  • added result display or stored procedures' in/out parameters, possibility to call a procedure through a command
    CALL TEST_SP(1, ?, ?);
  • added Drop Sequence/Procedure/Domain buttons in Object Manager for SAPDB database
  • Error history displayed separately for each script tab

2004-09-03

  • Changed form and on-line registration way
  • Removed SP Editor module which functions were took over by SQL Editor
  • Fixed database disconnecting functions
  • Added settings option for editor (tabulators)
  • Fixed bracket highlighting when there are tabulators in the same line
  • Extended error messages for GUPTA database using DIRECT connection
  • Fixed object information reading for GUPTA 7.x, which returns columns' names with alias when connecting through ADO/ODBC and ADO/OLEDB
  • Added STORE and ERASE commands for GUPTA's internal procedures when connecting through DIRECT driver

2004-08-08

  • Substitution of component responsible for displaying dependencies in ObjectManager
  • Moved classes responsible for storing information about object to separate DLL
  • Rebuilded and inner optimalization login form
  • Added and/or fixed login through ADO/OLEDB and ADO/ODBC components for commercial databases
  • Ordered classes responsible for connecting with database
  • Substitution of icons for constraints
  • Fixed insering code templates to SQL Editor (Ctrt+Alt+J)

2004-07-21

  • Added "Constraints" tab to ObjectManager for DB2 database.
  • Continuation work over Constraints and Indexes creator for DB2 database.
  • Added comment boxes in Table creator for DB2 database.
  • Fixed bug AccessVoilation when deleting character if SQL Editor is empty.
  • Fixed bug Close DataSet when changing ObjectManager tabs.
  • Improved Constraints reading in Object manager for Sybase ASE database.
  • Fixed bug in ObjectManager when reading tables for MSSQL 7 (collation).
  • Extension of login parameters for MSSQL database.
  • Rebuilded options setting form.