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
In the exists method, the process terminates prematurely after the execution of queryBind. All subsequent code, including logging ("exist?: ...") and the return statement, is never executed. This issue only occurs when using .queryBind to execute the database query.
The .queryBind method should not block or terminate the process. The subsequent code should execute correctly, logging whether the user exists and returning a boolean value.
Describe the bug
In the exists method, the process terminates prematurely after the execution of queryBind. All subsequent code, including logging ("exist?: ...") and the return statement, is never executed. This issue only occurs when using .queryBind to execute the database query.
Steps to reproduce
Expected behaviour
The .queryBind method should not block or terminate the process. The subsequent code should execute correctly, logging whether the user exists and returning a boolean value.
SurrealDB version
surreal 2.1.4
Contact Details
m46955611@gmail.com
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: