tag:github.com,2008:https://github.com/IBMDecisionOptimization/OPL-jdbc-custom-data-source/releasesRelease notes from OPL-jdbc-custom-data-source2019-09-02T12:53:03Ztag:github.com,2008:Repository/79795440/1.22019-09-02T12:56:25Z1.2<p>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).<br>
The release has now a zip file that contains the compiled jdbc-custom-data-source.jar + jdbc.js in the same place.</p>vlkongtag:github.com,2008:Repository/79795440/1.12019-07-03T10:14:58Z1.1<p>This release now allows anonymous mapping between database and tuples.</p>
<p>The old behaviour (expecting queries to return the exact fields for tuples) can be activated using property <code>is_mapping_name</code> in properties and XML configuration files.</p>vlkongtag:github.com,2008:Repository/79795440/1.02019-06-24T13:39:14Z1.0<p>Version 1.0 of this jdbc custom data source is the first tagged version.</p>
<p>This version adds a lot of improvements to the previous non versioned releases. Mostly:</p>
<ul>
<li>Added support for named parameters prepared statements</li>
<li>Extended api so that the custom data source can be used from .dat</li>
<li>performance improvements</li>
</ul>vlkong