Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong name in error message when unknown namespace is passed into RDB$SET_CONTEXT() #7537

Closed
hvlad opened this issue Apr 3, 2023 · 0 comments

Comments

@hvlad
Copy link
Member

hvlad commented Apr 3, 2023

SELECT RDB$SET_CONTEXT('NS', 'VARNAME', 2) FROM RDB$DATABASE;

Statement failed, SQLSTATE = HY000
Invalid namespace name VARNAME passed to RDB$SET_CONTEXT

Should be:

Statement failed, SQLSTATE = HY000
Invalid namespace name NS passed to RDB$SET_CONTEXT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment