Changelog

2.2.4

  • add methods to RBlob.java and RClob.java to override new java6 methods so that compile works with java6. Still gives warnings if using ose java, but builds properly
  • fix memory handling on create snapshot. Memory requirements to create large snapshot files drastically reduced. Did this by setting autocommit() to false for jdbc connection during selects. Autocommit is essentially trying to cache the entire resultset, which doesn't work when working with large datasets
  • fix SyncXMLCreator.java - remove one rs.close(), resultset closing too early

2.2.3

  • update initial frame size on the main frame from screen size - 50 to screen size / 2
  • add sample URL and Driver lines to prepopulated login dropdowns
  • remove necessity of hacking hosts file to specify an ip address for this hostname instead of just 127.0.0.1, server now does everything by hostname. If you can't resolve a host, put it in /etc/hosts, otherwise it should be fine.
  • change server startup to listen on 0.0.0.0 instead of just one IP

2.2.2

This is an overview of some of the more significant changes in version 2.2.2. This version should be still faster all around, especially when dealing with databases that have some replication history.

Most bugfixes and performance enhancements are listed, but there are a few smaller bugfixes as well, so even if your particular problem is not listed here, it may have been fixed anyway. If not, submit a bug report to this project through the sourceforge bug reporting facility. Remember to include logs and detailed instructions on how to recreate the bug.

2.2.1

This is an overview of some of the more significant changes in version 2.2.1. This version is quite a bit faster when dealing with large(100000) record sets in a single sync session.

Some bugfixes and performance enhancements are listed, but there are many smaller bugfixes as well, so even if your particular problem is not listed here, it may have been fixed anyway. If not, submit a bug report to this project through the sourceforge bug reporting facility. Remember to include logs and detailed instructions on how to recreate the bug.

Powered by Drupal - Theme by Danger4k