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
SQL> set heading off;
SQL> select rdb$get_context('SYSTEM', '') from rdb$database;
Statement failed, SQLSTATE = HY000
Context variable is not found in namespace SYSTEM
SQL>
SQL> select rdb$get_context('', 'MY_VAR') from rdb$database;
Statement failed, SQLSTATE = HY000
Invalid namespace name passed to RDB$GET_CONTEXT
SQL> show version;
ISQL Version: WI-T5.0.0.1001 Firebird 5.0 Beta 2
Server version:
Firebird/Windows/AMD/Intel/x64 (access method), version "WI-T5.0.0.1001 Firebird 5.0 Beta 2"
Output will be more readable if we enclose missed namespace/variable in apostrophes, i.e.:
mrotteveel
changed the title
RDB$GET/SET_CONTEXT(): enclosing in apostrophes or double quotes of a missed namespace/variable will made output more readable
RDB$GET/SET_CONTEXT(): enclosing in apostrophes or double quotes of a missed namespace/variable will make output more readable
Aug 8, 2023
Output will be more readable if we enclose missed namespace/variable in apostrophes, i.e.:
or
PS.
Discussed with Vlad after made test for #7537
The text was updated successfully, but these errors were encountered: