Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC Merge develop to master #100

Merged
merged 49 commits into from
Jun 13, 2019
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
be4f084
check JDBC connection #69
Aug 21, 2018
dc92751
check JDBC connection #69
Aug 21, 2018
0f19fc8
Add getDBMajorVersion only for test
Sep 3, 2018
9b15e42
added checkConnectionTimeOut
Sep 11, 2018
2f6246e
JDBC info.xml updated.
Sep 14, 2018
db14299
JDBC info.xml file updated.
Sep 14, 2018
cb3edb0
Add new parameter jdbcCredentials
Dec 12, 2018
096dad2
Add new parameter jdbcCredentials
Dec 12, 2018
cc6469a
Fix SPLDOC typo in checkConnection parameter #74
Dec 12, 2018
3b39de0
Add new parameter jdbcCredentials
Dec 12, 2018
d80ba34
Add new parameter jdbcCredentials
Dec 13, 2018
fd59a03
info.xml updated parameter jdbcCredentials
anouri Dec 13, 2018
1fd2a3b
JDBC SPLDOC improved #76
anouri Jan 4, 2019
8fe42b4
java.net.ConnectException not catched #57
anouri Jan 7, 2019
5f70c7d
support application configuration
anouri Jan 7, 2019
929500b
exception handling improved.
Jan 15, 2019
0d9d8cb
loop in exception handling fixed
Jan 17, 2019
bbd0f9b
credentials is a string and not a file
Jan 17, 2019
ecbd83f
Document JDBC driver setup. #77
Jan 18, 2019
9f3755d
corrections for #79 #78
Jan 23, 2019
748ca57
merge master to develop
Jan 23, 2019
e2c7969
remove spldocs from develop branch
Jan 23, 2019
b0bdebe
removed lib from develop branch
Jan 23, 2019
5866b73
copy from master to develop
Feb 5, 2019
6c0690c
merge jdbc master branche to develop (#83)
anouri Feb 5, 2019
e19f3fa
release number increased #82
Feb 5, 2019
ba0c78a
check sqlFailureAction before rollback
Feb 5, 2019
bad2c70
Merge branch 'master' into develop
Apr 15, 2019
55499af
Corrections for issues #86 #87 #88
Apr 15, 2019
d4e6902
correction for #88
Apr 15, 2019
7cd4ded
correction for #88
Apr 24, 2019
e413a63
update JDNC info.xml file version 1.5.0
anouri Apr 25, 2019
dcec1ad
JDBC: Update info.xml file: what is new in 1.5.0
anouri May 6, 2019
6402d12
Update AbstractJDBCOperator.java
anouri May 6, 2019
3985813
jdbc properties supports jdbcurl #88
May 6, 2019
5fa1592
JDBC spldoc improved
May 7, 2019
7364a44
JDBC spldoc updated.
May 7, 2019
d357f8c
JDBC merge master to develop (#94)
anouri May 7, 2019
d52a315
merge master to develop
May 28, 2019
13ce5da
JDBC merge master to develop (#97)
anouri May 28, 2019
a8de0f3
new parameter idleSessionTimeOut added #55
May 29, 2019
c0f0a3c
add toolkit.xml to .gitignore
Jun 3, 2019
560ae92
removed toolkit.xml from samples
Jun 3, 2019
470eddb
The version of streamsx.jdbc increased 1.7.0
Jun 3, 2019
fa2fc35
check idleSessionTimeOut parameter #55
Jun 6, 2019
8986e95
check the parameter idleSessionTimeOut #55
Jun 6, 2019
d6ffd7e
Support properties for keystore and truststore password (#99)
Jun 12, 2019
91ea66c
Support properties for keystore and truststore password
Jun 13, 2019
ac7dc21
What is new in version 1.7.0 #55 #99
anouri Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Support properties for keystore and truststore password
anouri committed Jun 13, 2019

Verified

This commit was signed with the committer’s verified signature.
strugee AJ Jordan
commit 91ea66cecaac875b0de3b3b98d78eb77f69be1f2
1 change: 1 addition & 0 deletions com.ibm.streamsx.jdbc/info.xml
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@
++ What is new in version 1.7.0

* The JDBCRun operator provides a new parameter **idleSessionTimeOut**. Once the idle time value is reached, it close the database connection .
* Support properties for keystore and truststore password

</info:description>
<info:version>1.7.0</info:version>