You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Jaybird always prepares statements. For DDL statements it would be better if statement completion drops the prepared statement from the handle to avoid metadata locks being retained for too long.
The text was updated successfully, but these errors were encountered:
This ticket may be the result of an incorrect assumption, so investigate / reproduce the problem before implementing this. The actual observed problem may have been one of a delete statement retaining said lock.
Submitted by: @mrotteveel
Currently, Jaybird always prepares statements. For DDL statements it would be better if statement completion drops the prepared statement from the handle to avoid metadata locks being retained for too long.
The text was updated successfully, but these errors were encountered: