v2.2.0
New features:
- Oracle: Convert SDO_geometry column content to GML #343
- Skip the import/export of specific columns #342
- Support the new SIARD 2.1 #329
- Add support for arrays #129
Enhancements:
- Inversion of control in module loading #361
Bug Fixes:
- Undefined datatypes error when migrating view from another DBMS #345
- Error converting SQL Server timestamp field #322
Using the new features:
To extract GML files from SDO_GEOMETRY
cells in Oracle DBMS
- Use the parameter
-egml <directory>
or--export-gml-directory=<directory>
to specify the directory in which the GML files should be created; - The GML directory parameter can be used when exporting to SIARD 2 (version 2.0 and 2.1);
- One GML file is created per table (and only for tables containing SDO_GEOMETRY data).
To skip the import/export of specific columns
Documentation about this feature is available at project-wiki/List-Tables-Module
To use the new SIARD 2.1
- In the import module
No action needed. DBPTK will auto-detect the SIARD 2 version. - In the export module
Defaults to version 2.1;
2.0 can still be used by using the-v 2.0
or--siard-version 2.0
parameter. - Extra functionality
When using any SIARD modules, the versions are logged before the migration starts like:Importing SIARD version 1.0 Exporting SIARD version 2.1