Database release notes

2.3.0 (April 4th, 2023)

Task

DB-22 Consolidate DatabaseTable and ScriptedSQL connectors into a single bundle

2.2.10 (January 19th, 2023)

Library upgrades including the fix for COMMONS-12.

2.2.9 (August 30th, 2022)

New Feature

DB-21 Scripted SQL: support UpdateDeltaOp

2.2.6 (January 25th, 2019)

Bug

  • [DB-19] - EQUALSIGNORECASE search requests not handled

2.2.5 (September 14th, 2017)

Task

  • [DB-17] - Use ConnId commons

Improvement

  • [DB-18] - Pass connector configuration to scripts

2.2.4 (June 1st, 2016)

Bug

  • [DB-15] - Error messages not shown during configuration validation

Improvement

  • [DB-16] - Add support for pagination API

2.2.3 (December 15th, 2015)

Bug

  • [DB-12] - setAutoCommit exceptions thrown if the JDBC driver used doesn't support the call
  • [DB-14] - NameNotFoundException using Datasource Path property

Improvement

  • [DB-13] - Allow usage of System properties in script file names

2.2.2 (April 22nd, 2015)

Bug

  • [DB-9] - LatestSyncToken retrieving fails in case of changelog column of type timestamp on oracle
  • [DB-11] - Execute query doesn't return accountId attribute

Improvement

  • [DB-10] - Permit changelog column into search/sync result

2.2.1 (January 19th, 2015)

Bug

  • [DB-7] - The id attribute is not valorised with the correct value
  • [DB-8] - Common classes not included in DB bundles

2.2.0 (October 23rd, 2014)

Task

  • [DB-6] - Upgrade to ConnId 1.4.0.0

2.1.7 (June 25th, 2014)

Improvement

  • [DB-5] - Add support for a "HASHED_PASSWORD" attribute

2.1.4.2 (June 16th, 2014)

Task

  • [DB-4] - Backport scripted sql connector onto framework 1.3.2

2.1.6 (Nov 28th, 2013)

This release does not contain relevant changes compared to 2.1.5, but features the new Scripted SQL connector.

Task

  • [DB-3] - Provide Scripted SQL documentation

2.1.4.1 (May 2nd, 2013)

This release backports 2.1.5 features for usage with ConnId 1.3.2.

Task

  • [DB-2] - Backport 2.1.5 features to ConnId base 1.3.2

2.1.5 (March 18th, 2013)

Improvement

  • [#52] - DBTable and password encoding support

Task

  • [DB-1] - Fix mandatory and default values information

2.1.4 (September 28th, 2012)

With great pleasure we announce the availability of the new Database Table connector's 2.1.4 release.

The most important new features are:

  1. Removed mandatory constraint onto password cipher algorithm field (#36).
  2. Given the possibility to force password encoding to all upper/lower cases (#41).
  3. Fixed "Password cipher algorithm" configuration parameter inconsistency (#50).

2.1 (January 12th, 2012)

With great pleasure we announce the availability of the new Database Table connector's 2.1 release.

The most important new features are:

  1. Possibility to cipher the password using MD5, AES, SHA-1, SHA-256 or a custom algorithm implementation (#23).
  2. Possibility to specify a cipher key to decrypt password encrypted by using a reversible algorithm (AES or a custom one).
  3. Possibility to choose to retrieve password by default during sync or search query.