poco icon indicating copy to clipboard operation
poco copied to clipboard

`Session::open()` has no timeout parameter

Open aleks-f opened this issue 1 year ago • 1 comments

aleks-f avatar Dec 21 '23 23:12 aleks-f

SQLite session implementation uses login timeout, but ODBC session implementation does not.

@aleks-f, Is it sufficient to implement timeout for ODBC in the way that is implemented for SQLite?

matejk avatar Oct 03 '24 11:10 matejk

this issue doesn't really make sense; open could have a login timeout parameter, but it requires changing all the backends and it doesn't really make sense because Session constructor takes login timeout as parameter, which is then reused later. the issue was really with opening ODBC connection where timeouts are obtained from the API

aleks-f avatar Oct 30 '24 02:10 aleks-f