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 <[email protected]> Authored: Wed Dec 13 12:28:16 2017 +0800 Committer: liu.yu <[email protected]> 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.
