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

Operations with MON$STATEMENTS throw "cannot transliterate" error [CORE1358] #1776

Closed
firebird-automations opened this issue Jul 16, 2007 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: PAscal (legrand_legrand_63)

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

is that normal ?

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Dmitry, seems to be due to embedded null characters inside the string.

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Pascal, you caused-me a lot of confusion. :-)

Please next time open a new bug report, and doesn't comment a different bug on another.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Fixed, thanks.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12591 ] => Firebird [ 14201 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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

No branches or pull requests

2 participants