-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infinity wait in deadlock #101
Comments
this depends on transaction lock resolution parameter |
how to set 'no_wait'? i try this
but get error
i try querySync instead prepare/exec - same result
|
currently library does not support setting this parameter |
can i hope that someday it will be? |
Ден, а ты по русски говоришь? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when third-party program lock some table and i try to commit my updates on this table - i dont get error, commitSync just infinity wait, until table is unlock
how get an error, if table, or record locks?
if i update locked record in IBExpert, i get deadlock error immediately, without any waits
The text was updated successfully, but these errors were encountered: