Release notes

Build Date: 2008/01/18 17:24
Build Number: 24
 1.0.24 - January 18, 2007
  1. Removed elvyx.property file and added elvyx url
  2. Reimplemented wrapper, added pooling connection functionality.
  3. Get statistics based on resultsets. Returns rs size and rs elapse.
  4. Improved SQL formatter.
 1.0.23.1 - April 19, 2007
  1. Fixed bug [1703073]. If you open a new statement but it is not used, when close it the statement throw an exception.
 1.0.23 - April 13, 2007
  1. Implemented functionality to collect information from connections. It includes connections opened, closed, commits and rollbacks.
  2. Pagination implemented
  3. Assigned an id for every client. It fixed a bug closing elvyx's clients.
  4. Fixed bug in preparedstatement. Implemented setObject methods.
  5. Added column in table to show the date when sentence was executed
  6. Hsqldb port can be changed by elvyxserver.property file
  7. Can handle differents Hsqldb instances ( Not simultaneous
 1.0.22 - March 06, 2007
  1. Added statistics without bound sql statements
  2. Fixed bugs refreshing the client
  3. Performance improved
  4. Changed token to separate values. Before we was using |, now ~
 1.0.21.1 - Feb 14, 2007
  1. Fixed wrong try/catch/exception in preparedStatement
 1.0.21 - Feb 11, 2007
  1. Allow run more than one instance at the same time
  2. Refresh tables/texts after delete data in database
  3. Filtering was case sensitive. Fixed.
  4. Validate null values painting the gaussian chart
  5. Validate null values in gls command
  6. Fixed bug handling the property files
  7. Tested interacting with eclipse plugin
 1.0.20 Beta 1 - Jan 27, 2007
  1. Improved usability features like add a clear button, option to deactivate delete confirmations, best resize behavior.
  2. Tested the possibility to run elvyx as standalone server. Included in this version.
 1.0.19.2 Beta 1 - Jan 24, 2007
  1. Let sql statements as are received and not converted to lower case
  2. Table not editable
 1.0.19.1 Beta 1 - Jan 23, 2007
  1. Filter sql statements was wrong. This was filtering by sql prepared.
  2. Calculate variance and mean based on last time, was getting wrong values
 1.0.19 Beta 1 - Jan 22, 2007
  1. Fixed bug in option dialog. It was deleting the parameters when you save it.
  2. Improved the option dialog, including a combobox for look&feel. Added a dialog warning that you have to restart the application.
  3. Using javaw instead java to run the application in elvyx.bat
 1.0.18 Beta 1 - Jan 20, 2007
  1. Bound sql and sql statement were changed then elvyx group in a wrong way. This issue was fixed.
  2. Changed token to separate values. Before we was using :, now | because timestamps, etc use :
  3. Set quotation marks in bound sql statements for strings and dates.
 1.0.17 Beta 1 - Jan 17, 2007
  1. Fixed filtering by bound sql statement instead sql statement.
  2. Changed labels
 1.0.16 Beta 1 - Jan 3, 2007
  1. First version