Skip to content

Releases: keeps/dbptk-developer

v2.0.0-beta4.1

19 Apr 09:28
Compare
Choose a tag to compare
v2.0.0-beta4.1 Pre-release
Pre-release

Bug Fixes:

  • JDBC: logs any structure creation errors without exiting (previously they were fatal errors)

v2.0.0-beta4.0

16 Mar 16:19
Compare
Choose a tag to compare
v2.0.0-beta4.0 Pre-release
Pre-release

New features:

  • SIARD 2: import and export module supports external LOBs, with parameters to distribute LOB based on the number of files in a folder and size of a folder
  • SIARD DK: added import module for SIARD DK
  • List tables: added a new export module that writes a list of database tables to a file
  • SIARD 1 and 2: allows using a file (produced by the List tables module) to select the tables that should be exported to SIARD file

Bug Fixes:

  • All: ensure that UTF-8 is default
  • JDBC: fixed a problem related to LOBs
  • SIARD DK: fixed Windows problems

v2.0.0-beta3.2.5

24 Feb 17:51
Compare
Choose a tag to compare
v2.0.0-beta3.2.5 Pre-release
Pre-release

Enhancements:

  • SIARD-2: Exports some basic user defined types that may exist in oracle and postgresql databases;

Bug Fixes:

  • SIARD 1, 2 and DK: Fixed reported issues and documentation errors;
  • Windows: Fixed more problems specific to windows operative system;

v2.0.0-beta3.2.4

30 Nov 12:33
Compare
Choose a tag to compare
v2.0.0-beta3.2.4 Pre-release
Pre-release

New features:

  • Access: Added experimental support for Microsoft Access;

Enhancements:

  • CLI: Better error reporting;

Bug Fixes:

  • All: Fixed some bugs in application core.
  • Windows, SIARD: Fixed creation of SIARD archives on Microsoft Windows;

v2.0.0-beta3.2.0

17 Nov 17:15
Compare
Choose a tag to compare
v2.0.0-beta3.2.0 Pre-release
Pre-release

New features:

  • JDBC: Added generic JDBC import and export modules;
  • Oracle: Added support for Oracle (tested on Oracle Database 11g Release 2);

Enhancements:

  • SIARD-2: Supports storing LOBs inside the SIARD archive;
  • SIARD-2: Uses SQL2003 standard instead of SQL99;
  • CLI: Better output and error reporting.

v2.0.0-alpha3.1.0

03 Nov 15:50
Compare
Choose a tag to compare
v2.0.0-alpha3.1.0 Pre-release
Pre-release

New features:

  • SIARD-DK: partial export support (missing LOBs and UDTs)

Enhancements:

  • SIARD2: better import and export support (still missing LOBs and UDTs)

v2.0.0-alpha2.1.1

29 Sep 13:41
Compare
Choose a tag to compare
v2.0.0-alpha2.1.1 Pre-release
Pre-release

New features:

  • Adds partial support for SIARD2 (missing LOBs and UDTs)
  • Adds a new command line interface
  • Adds a plugin system

Enhancements:

  • Uses composition model for SIARD

Bug Fixes:

  • Fixes some problems with MySQL and PostgreSQL

v2.0.0-alpha2

03 Dec 18:08
Compare
Choose a tag to compare
v2.0.0-alpha2 Pre-release
Pre-release

Bug Fixes:

  • Fixed log4j configuration
  • Fixed (remaining) unclosed streams
  • Added proper declaration, in table's schema files, for clobs and blobs types

v2.0.0-alpha1

03 Dec 11:37
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

New features:

  • Added SIARD input and output modules

Bug Fixes:

  • Fixed null pointer exception when blobs are missing
  • Fixed file descriptor leak

v1.0.1

19 Nov 11:34
Compare
Choose a tag to compare

Bug Fixes:

  • The DBML generated by the db-preservation-toolkit (xml file) is not semantically valid #2
  • java.lang.NullPointerException when exporting database #4