You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/12/18 16:47:34 UTC

[1/2] incubator-trafodion git commit: Correct the description of connectionTimeout in *JDBC Type 4 Programmer’s Reference Guide*

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 52df383c9 -> aa40e9667


Correct the description of connectionTimeout in *JDBC Type 4 Programmer’s Reference Guide*


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/6901936a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/6901936a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/6901936a

Branch: refs/heads/master
Commit: 6901936a53e3100217fb634d0898ce515def3dc6
Parents: 7495377
Author: liu.yu <yu...@esgyn.cn>
Authored: Wed Dec 13 12:28:16 2017 +0800
Committer: liu.yu <yu...@esgyn.cn>
Committed: Wed Dec 13 12:28:16 2017 +0800

----------------------------------------------------------------------
 docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc    | 2 +-
 .../src/asciidoc/_chapters/properties_detail.adoc                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6901936a/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc b/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc
index 21840be..1034def 100644
--- a/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc
+++ b/docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc
@@ -29,7 +29,7 @@ platform with JDBC access to {project-name} SQL databases on the
 {project-name}.
 
 *Supported Java Releases:* The Type 4 driver requires Java enabled
-platforms that support JDK 1.4.1 or higher.
+platforms that support JDK 1.7 or higher.
 
 
 [[type-4-driver-api-package]]

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6901936a/docs/jdbct4ref_guide/src/asciidoc/_chapters/properties_detail.adoc
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/src/asciidoc/_chapters/properties_detail.adoc b/docs/jdbct4ref_guide/src/asciidoc/_chapters/properties_detail.adoc
index be403de..5f51e47 100644
--- a/docs/jdbct4ref_guide/src/asciidoc/_chapters/properties_detail.adoc
+++ b/docs/jdbct4ref_guide/src/asciidoc/_chapters/properties_detail.adoc
@@ -79,13 +79,13 @@ properties, see
 <<how-to-specify-jdbc-type-4-properties, How to Specify JDBC Type 4 Properties>>.
 
 ```
-Data type: int
+Data type: short
 
 Units: seconds
 
 Default: -1 (Use the ConnTimeout value set on the server-side data source.)
 
-Range: -1, 0 to 2147483647
+Range: -1, 0 to 32767
 ```
 
 * Zero (0) specifies infinity as the timeout value.


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2842] PR 1339 Correct connectionTimeout doc in JDBC T4 Guide

Posted by db...@apache.org.
Merge [TRAFODION-2842] PR 1339 Correct connectionTimeout doc in JDBC T4 Guide


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/aa40e966
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/aa40e966
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/aa40e966

Branch: refs/heads/master
Commit: aa40e9667c2ef16461cc30e4537c0e4d23c58315
Parents: 52df383 6901936
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Dec 18 16:46:21 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Dec 18 16:46:21 2017 +0000

----------------------------------------------------------------------
 docs/jdbct4ref_guide/src/asciidoc/_chapters/introduction.adoc    | 2 +-
 .../src/asciidoc/_chapters/properties_detail.adoc                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------