surrealdb.java icon indicating copy to clipboard operation
surrealdb.java copied to clipboard

Feature: Handle UseMessage namespace/database/scope better than currently

Open phughk opened this issue 2 years ago • 0 comments

Is your feature request related to a problem?

Currently, the message request assumes that there is always a namespace and database specified. If a database is specified, but no namespace, then this will be accepted as valid when it shouldn't be. Furthermore scope isn't considered in the request.

Describe the solution

Handle parsing of parameters better so that the request list of params for the use method isn't illogical.

Alternative methods

None.

SurrealDB version

1.0.0-beta.9+20230821.0665e1b7

Contact Details

[email protected]

Is there an existing issue for this?

  • [X] I have searched the existing issues

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

phughk avatar Aug 21 '23 21:08 phughk