What is new in version 1.3:
Mar 16, 2007
~~~~~~~~~~~~
Version 1.3 released.
1. Bug fix in handling multi-threading.
2. Connection issue on Windows Server 2003 fixed.
3. Querying a non-existent table on Windows Server 2003 causes a
crash. Fixed to check for existence of the table before querying
it.
Feb 23, 2007
~~~~~~~~~~~~
Version 1.2 released.
1. Quoting table and column names properly to allow use of MySQL
keywords for these.
Nov 19, 2007
~~~~~~~~~~~~
Exult Profession Edition for MySQL version 1.1 released.
1. Support added for importing XML from HTTP and FTP URLs.
2. Can be easily used to import and update XML data feeds.
3. One-click refresh of data from XML that has already been
imported. Uses SHA checksum to check that the XML has changed
before importing.
4. Repeated XML elements with text content same name are created as
columns within the same table using a suffix indicating the
instance of the element. Previously, such columns were inserted
into a different table due to database normalization and linked
with a foreign key.
5. Using INNODB tables since referential integrity constraints are not
supported by the default table type MyISAM.
6. When cleaning up the database of tables created by Exult, foreign
key constraints need to be dropped first.
|