Query_timeout does not work properly

Issue #11 closed
Former user created an issue

I set Query_timeout but it does not work in act. for example when I want to insert to a lock table, my connection will wait on that table as long as it is locked. also in such a case when I want to free my connection Pool, it is not possible.... I think it can't free the connections that are waiting on a lock

Comments (2)

  1. Tildeslash repo owner

    Query Timeout should work for Postgres and SQLite, but for MySQL and Oracle it does not, unfortunately. The MySQL code contains comments which explain this a bit more.

  2. Log in to comment