Open
Description
Describe the bug
When i test removing namespace by surrealdb.java, the surrealdb server is shutdown.
Steps to reproduce
- test code
var res = driver.query("REMOVE NAMESPACE IF EXISTS test003;", null, Void.class).get(5, TimeUnit.SECONDS);
System.out.println(res);
- server log
Expected behaviour
remove namespace by rpc or sdk works normally
SurrealDB version
surreallist 2.1.6
Contact Details
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct