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 order to know which database the query is targeting, we do some
parsing to find if there is a USE-clause (e.g. `USE db RETURN 1 AS
result`). If the parsing fails, we are not able to figure out what
database the query should be run at and therefor the field in the log
will be <none>.
Please let me know if I can improve the documentation with more details,
I just don't want to put information to confuse the user even more.
0 commit comments