We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i test removing namespace by surrealdb.java, the surrealdb server is shutdown.
var res = driver.query("REMOVE NAMESPACE IF EXISTS test003;", null, Void.class).get(5, TimeUnit.SECONDS); System.out.println(res);
remove namespace by rpc or sdk works normally
surreallist 2.1.6
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When i test removing namespace by surrealdb.java, the surrealdb server is shutdown.
Steps to reproduce
Expected behaviour
remove namespace by rpc or sdk works normally
SurrealDB version
surreallist 2.1.6
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: