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 don't print not-nullable blobs [CORE1068] #1489

Closed
firebird-automations opened this issue Dec 25, 2006 · 11 comments
Closed

ISQL don't print not-nullable blobs [CORE1068] #1489

firebird-automations opened this issue Dec 25, 2006 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

An incorrectly check in XSQLVAR prevents ISQL from print not-nullable blobs.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.0.1 [ 10090 ]

Fix Version: 2.1 [ 10041 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Version: 2.0.1 [ 10090 ] =>

Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

I know it was probably fixed on spot, but this issue needs some more information or better a test case so I can verify the fix (and create a test for it). I can't reproduce it on 2.0.0 with given information. BTW, you also forgot to include the ticket id into CVS commit comment.

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Test case should be this, but I can't reproduce now either. It depends on garbage on memory, probably more easy on the debug build.

create database 't.fdb';
create table t (b blob not null);
insert into t values ('abc');
set blob 0;
select * from t;

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Reopened to update ticket information.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Closed [ 6 ] => Reopened [ 4 ]

resolution: Fixed [ 1 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Alpha 1 [ 10150 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Reopened [ 4 ] => Closed [ 6 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11433 ] => Firebird [ 15453 ]

@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