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