Changes Report

Release History

VersionDateDescription
2.0RC32006-07-XX
2.0RC22006-07-25
2.0RC12006-07-18
2.0b32006-05-06
2.0b22006-05-05
2.0b12006-04-28

Get the RSS feed of the last changes

Release 2.0RC3 - 2006-07-XX

TypeChangesBy
Quoted name wasn't correctly used in JDBC migrations as target Fixes 1528533.Alberto Molpeceres

Release 2.0RC2 - 2006-07-25

TypeChangesBy
Support for separated username and password in JDBC migrationsAlberto Molpeceres
Mergued last changes from AlexeyAlberto Molpeceres

Release 2.0RC1 - 2006-07-18

TypeChangesBy
Maven based build system and websiteAlberto Molpeceres

Release 2.0b3 - 2006-05-06

TypeChangesBy
'codepage' parameter was added for MigrationFreemarkerTargetAlexey Gaidukov
'template_codepage' parameter was added for MigrationFreemarkerTargetAlexey Gaidukov
URLs are supported in 'target_table' step's attribute for MigrationFreemarkerTarget; For MigrationFreemarkerTarget in 'target_table' attribute names of templates are stored. By default Freemarker uses FileTemplateLoader for loading templates. If an URL is specified in 'target_table' then URLTemplateLoader is used.Alexey Gaidukov

Release 2.0b2 - 2006-05-05

TypeChangesBy
added new textual file target. Freemarker template engine is used for generating formated filesAlexey Gaidukov
MigrationXMLSource was renamed to MigrationSaxXMLSourceAlexey Gaidukov

Release 2.0b1 - 2006-04-28

TypeChangesBy
added new sources (XML,DBF,CSV,JDBC) and targets (DBF,CSV,JDBC)Alexey Gaidukov
added support of SQLJEP (http://sqljep.sourceforge.net/) for manipulating with source tablesAlexey Gaidukov
added Java logging to gets information about migration processAlexey Gaidukov
added callable statements support for the JDBC targetAlexey Gaidukov
changed 'slice' step's attribute behaviourAlexey Gaidukov
changed 'type' field's attribute behaviourAlexey Gaidukov
removed 'value' field's attribute. Use SQLJEP expressions in 'from' fieldsAlexey Gaidukov
removed field's functions. Use triggers or callable statement instead of functionsAlexey Gaidukov