Skip to content

Releases: keeps/dbptk-developer

v2.2.0

22 Apr 11:10
Compare
Choose a tag to compare

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
    

v2.1.0

12 Mar 10:51
Compare
Choose a tag to compare

New features:

  • Support exporting database, schema, table and column descriptions #174

Enhancements:

  • Oracle schema/tablespace error. #215

Bug Fixes:

  • NPE when migrating schema without tables #369
  • Possible bug in sql-server module, failing to get SQL for views #327
  • Using -ede still tries to use encryption in postgresql export module #286
  • Exporting to mysql error: Packet for query is too large #251

v2.0.1

17 Jan 10:16
Compare
Choose a tag to compare

Enhancements:

  • Core and module improvements #366
  • Use Oracle maven repositories #364
  • Configure continuous integration and deployment #362

Bug Fixes:

  • Possible bug in sql-server module, failing to import triggers. #325
  • ORA-01000: maximum open cursors exceeded #315

v2.0.0

22 Jun 11:27
Compare
Choose a tag to compare

Enhancements:

  • Improved reporting

v2.0.0-rc2

04 May 15:57
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

Enhancements:

Bug Fixes:

v2.0.0-rc1

02 May 14:16
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

New features:

  • Stores files in folders inside the dbptk home directory:
    • a folder for reports (reports)
    • a folder for logs (log)
    • a folder for module data (modules)
      • currently only the solr export module uses this folder, but it may be used in the future to store temporary and other module-related files
  • The dbptk home directory is:
    • a folder dbptk inside the current directory (by default)
    • the value defined in the dbptk.home java system property

Enhancements:

Bug Fixes:

v2.0.0-beta7.2

24 Feb 16:13
Compare
Choose a tag to compare
v2.0.0-beta7.2 Pre-release
Pre-release

Enhancements:

  • Improvements in Solr module
  • Improvements in MS Access module.

Bug Fixes:

v2.0.0-beta7.1

26 Jan 14:18
Compare
Choose a tag to compare
v2.0.0-beta7.1 Pre-release
Pre-release

Enhancements:

  • Improved Solr module

Bug Fixes:

v2.0.0-beta6

16 Nov 13:28
Compare
Choose a tag to compare
v2.0.0-beta6 Pre-release
Pre-release

Enhancements:

  • All modules: Better use of computing resources;
  • SIARD modules: Better handling of temporary files;

Bug Fixes:

v2.0.0-beta5

05 Jul 15:26
Compare
Choose a tag to compare
v2.0.0-beta5 Pre-release
Pre-release

New features:

  • Solr: includes Solr export module used by Database Visualization Toolkit

Enhancements:

  • All modules: Better use of computing resources

Bug Fixes:

  • All modules: Better handling of NULL values
  • Multi-schema DBMS: Better handling of multiple schemas
  • MS SQL Server: fixes connection issue in export module
  • MS SQL Server: attempts to obtain SQL statement used to create views
  • Oracle: fixes exporting of tables with primary keys