-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
SQL: Async SQL command inside async HTTP command fails #1537
Comments
With
|
I see in the async mode the server context is not passed. Fixing it. |
lvca
added a commit
that referenced
this issue
Apr 9, 2024
Just pushed a fix. Please let me know if works. |
Hi, SQL
SQLscript
I also don't know where the "pending transaction" comes from. I tested on a fresh database and the first command send to it, is |
It seems to be fixed. Great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ArcadeDB Version:
ArcadeDB Server v24.2.1 (build 57c5f09424ebc7c8ec19c7775f514c80129245e5/1712181097174/main)
OS and JDK Version:
Running on Mac OS X 12.7.4 - OpenJDK 64-Bit Server VM 17.0.10 (Homebrew)
Sending an async command like
BACKUP DATABASE
via an async HTTP command (awaitResponse: false
) causes an error.Expected behavior
Succesful database backup with async command.
Actual behavior
Async command in database "test" failed.
Steps to reproduce
Given a
test
database:The text was updated successfully, but these errors were encountered: