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 panics and aborts when a null integer field has a constant added to it [CORE3552] #3908

Open
firebird-automations opened this issue Jul 10, 2011 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Ray Holme (rholme)

create table fu ( fubar integer, keyname varchar(10));
insert into fu (keyname) values ('fuie'');
update fu set fubar = fubar + 2;

The above causes ISQL to abort with an ugly message.
It is an error and should return an error, but dying is not a good answer.

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

What is "a ugly message"?

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

With ISQL Version: LI-V2.0.5.13206 Firebird 2.0 not reproduced (I had to fix syntax in insert operator).

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