Skip to content

Releases: IBMDecisionOptimization/OPL-jdbc-custom-data-source

1.2

02 Sep 12:56
Compare
Choose a tag to compare

This new release mostly include an improved jdbc.js script that can handle paths with multiple locations to look for libraries. It is also simplier and more readable (hopefully).
The release has now a zip file that contains the compiled jdbc-custom-data-source.jar + jdbc.js in the same place.

1.1

03 Jul 10:14
Compare
Choose a tag to compare
1.1

This release now allows anonymous mapping between database and tuples.

The old behaviour (expecting queries to return the exact fields for tuples) can be activated using property is_mapping_name in properties and XML configuration files.

1.0

24 Jun 13:39
Compare
Choose a tag to compare
1.0

Version 1.0 of this jdbc custom data source is the first tagged version.

This version adds a lot of improvements to the previous non versioned releases. Mostly:

  • Added support for named parameters prepared statements
  • Extended api so that the custom data source can be used from .dat
  • performance improvements