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
The monitoring tables weren't adjusted to the BLOB metadata changes. The RDB$SQL_TEXT column is of FSS_UNICODE charset and hence it should transliterate the string-2-blob conversion properly.
when trying the folowing statement in FB 2.1:
select '"'||MON$USER||'"','"'||MON$ROLE||'"' from MON$ATTACHMENTS;
the result isn't the one expexted, but is:
"SYSDBA,"DBA
Submitted by: @dyemanov
The monitoring tables weren't adjusted to the BLOB metadata changes. The RDB$SQL_TEXT column is of FSS_UNICODE charset and hence it should transliterate the string-2-blob conversion properly.
Commits: 341df76
The text was updated successfully, but these errors were encountered: