From edcac34f81446e9028e61ab7a701a020cde40614 Mon Sep 17 00:00:00 2001 From: hvlad Date: Fri, 24 Mar 2017 10:31:12 +0200 Subject: [PATCH] Update docs after fix for CORE-5508 --- doc/README.session_idle_timeouts | 2 +- doc/README.statement_timeouts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.session_idle_timeouts b/doc/README.session_idle_timeouts index 561ff4a85d..fb3a990e87 100644 --- a/doc/README.session_idle_timeouts +++ b/doc/README.session_idle_timeouts @@ -79,7 +79,7 @@ Remote client implementation notes: - Attachment::getIdleTimeout() calls isc_database_info() with fb_info_ses_idle_timeout_att tag -If remote server doesn't support idle connection timeouts (protocol version less than 15): +If remote server doesn't support idle connection timeouts (protocol version less than 16): - Attachment::setIdleTimeout() will return isc_wish_list error - Attachment::getIdleTimeout() will return zero and set isc_wish_list error - isc_database_info() will return isc_info_error tag in info buffer (as usual). diff --git a/doc/README.statement_timeouts b/doc/README.statement_timeouts index 4cbf1003c4..56f980af31 100644 --- a/doc/README.statement_timeouts +++ b/doc/README.statement_timeouts @@ -110,7 +110,7 @@ Remote client implementation notes: - Statement::getTimeout() returns saved timeout value - fb_dsql_set_timeout() is a wrapper over Statement::setTimeout() -If remote server doesn't support statement timeouts (protocol version less than 15): +If remote server doesn't support statement timeouts (protocol version less than 16): - "set" functions will return isc_wish_list error - "get" functions will return zero and set isc_wish_list error - "info" functions will return isc_info_error tag in info buffer (as usual).