mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Update docs after fix for CORE-5508
This commit is contained in:
parent
9f7e241832
commit
edcac34f81
@ -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).
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user