We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
Fixed bug #7537 : Wrong name in error message when unknown namespace …
f346319
…is passed into RDB$SET_CONTEXT()
533ff1d
1744b20
hvlad
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: