Open
Description
timeoutInSeconds
in:
connection.query(sqlQuery, timeoutInSeconds: 3600)
do not work, My code is fall with timeout exception: Future not compeleted
on long queries.
query timeouts sets only if they are setting on connection:
connection = PostgreSQLConnection('localhost', 5432, 'test', username: 'postgres', password: '12345', queryTimeoutInSeconds: 3600); // here
But setting in connection.query
are should work because:
timeoutInSeconds ??= _connection.queryTimeoutInSeconds;
Metadata
Metadata
Assignees
Labels
No labels
Activity