8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +01:00

Update docs after fix for CORE-5508

This commit is contained in:
hvlad 2017-03-24 10:31:12 +02:00
parent 9f7e241832
commit edcac34f81
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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).