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

ISQL pads blob columns wrongly when the column alias has more than 17 characters [CORE4706] #5014

Closed
firebird-automations opened this issue Mar 10, 2015 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

Test case:

select cast('a' as blob) a, 1, cast('a' as blob) x2345678901234567890, 2 from rdb$database;

Commits: 8d2d45a FirebirdSQL/fbt-repository@342db6a

====== Test Details ======

Displaying blob IDs are supposed to be: "0:2" and "0:1" (hard-coded inside .fbt).

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Component: ISQL [ 10003 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Beta 2 [ 10586 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done with caveats

Test Details: Blob IDs are supposed to be as: 0:2 and 0:1 (hard-coded inside .fbt).

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

Test Details: Blob IDs are supposed to be as: 0:2 and 0:1 (hard-coded inside .fbt). => Displaying blob IDs are supposed to be: "0:2" and "0:1" (hard-coded inside .fbt).

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