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

Result of blob_append(null, null) (literal '<null>') is not shown #7482

Closed
pavel-zotov opened this issue Feb 22, 2023 · 1 comment
Closed

Comments

@pavel-zotov
Copy link

pavel-zotov commented Feb 22, 2023

Following script:

set list on;
set blob all;
select blob_append(null, null) from rdb$database;

will be finished with line:

BLOB_APPEND                     0:0

( must be displayed after this line but currently this is not so; checked on FB 5.0.0.958)

@pavel-zotov pavel-zotov changed the title Result of blob_append(null, null) (literal <null>'is not shown Result of blob_append(null, null) (literal '<null>') is not shown Feb 22, 2023
@hvlad hvlad self-assigned this Feb 23, 2023
hvlad added a commit that referenced this issue Feb 24, 2023
@hvlad hvlad closed this as completed Feb 24, 2023
@hvlad
Copy link
Member

hvlad commented Feb 27, 2023

Reopen to backport into v4

@hvlad hvlad reopened this Feb 27, 2023
asfernandes added a commit that referenced this issue Mar 1, 2023
- Fix assertion in debug build with the issue's test case
- Fix wrong implementation of nullable flag
hvlad added a commit that referenced this issue Mar 3, 2023
@hvlad hvlad closed this as completed Mar 3, 2023
asfernandes added a commit that referenced this issue Mar 3, 2023
- Fix wrong implementation of nullable flag
@asfernandes asfernandes self-assigned this Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment