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

QLI breaks on copying NULL values in BLOB fields [CORE2915] #3299

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

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Andrzej Wróbel (endrju76)

Votes: 1

Scenario:
1. Prepare source and destination databases:
create database 'src_db';
commit;
create table tab (val blob sub_type text segment size 5);
commit;
insert into tab values (null);
commit;
create database 'dst_db';
commit;
create table tab (val blob sub_type text segment size 5);
commit;
2. Try to copy using QLI:
ready src_db as src;
ready dst_db as dst;
dst.tab = src.tab;
3. It breaks with:
** QLI error from database "src_db" **

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

Did you realize that QLI has never been a supported functionality/module of Firebird?

@firebird-automations
Copy link
Collaborator Author

Commented by: @mariuz

QLI is not supported in firebird 2 so i guess this can be closed

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

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

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

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

1 participant