Release from master branch - 20160401
Closed this issue · 9 comments
Please create a release of the latest code from master .
Please create a release proposal with the following information:
- Toolkit Version Number
- What version of Streams will this support?
- Confirmation about what testing is done and status
- What's changed and new?
JDBC Toolkit v0.9.3 pre-release proposal
Toolkit Version Number: 0.9.3
What version of Streams will this support? Streams 4.0.x & 4.1.x
Confirmation about what testing is done and status:
All JUnit tests passed. The test cases include:
- JDBC connection establishments (jdbcUrl, UserPassword, jdbcProperties)
- SQL statement execution with select statement and non-select statement (statement param, statementAttr param, transaction size/batch size, hasResultSetAttr)
- SQL error handling (SQLFailureAction, Error Port).
What's changed and new? JDBCRun operator enhancement on error processing and sqlStatusAttr parameter
the version number in the info.xml needs to be bumped to 0.93
+1 tested on Streams v4.0.1 and worked fine.
Fixed a bug for JDBCRunErrorPort sample, and rebuilt the release 0.9.3.
Tested JDBC samples and worked well.
Ran JUnit tests on Streams 4.1 and all test cases worked fine.
+1, tested with Streams 4.0.1, and works fine for me too.
Created JDBC Toolkit release 0.9.3a https://github.com/IBMStreams/streamsx.jdbc/releases/tag/v0.9.3a
note: v0.9.3 has been taken due to a deleted release.
Done, closing