GitHub user CoderSong2015 opened a pull request:
https://github.com/apache/trafodion/pull/1650
[TRAFODION-3149] Delete duplicated property names in T4Messages.propeā¦
Some simple mistakes exist in jdbct4 property file, which causing failure to pass inspection
of JTEST.
Duplicated property name 'forward_only_cursor_msg' on line 143
Duplicated property name 'forward_only_cursor_sqlstate' on line 144
Duplicated property name 'forward_only_cursor_sqlcode' on line 145
Duplicated property name 'read_only_concur_msg' on line 147
Duplicated property name 'read_only_concur_sqlstate' on line 148
Duplicated property name 'read_only_concur_sqlcode' on line 149
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CoderSong2015/Apache-Trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1650.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1650
----
commit 379b3b3ba04ff4cda9b7af3a18dec2ac8326bca4
Author: Haolin.song <403438485@...>
Date: 2018-07-17T15:25:10Z
[TRAFODION-3149] Delete duplicated property names in T4Messages.properties
----
---
|