Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add note about database name in query log (#1980)
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.
- Loading branch information