
Key: |
CORE-3552
|
Type: |
Bug
|
Status: |
Open
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Ray Holme
|
Votes: |
0
|
Watchers: |
2
|
If you were logged in you would be able to see more operations.
|
|
|
Environment:
|
Firebird Linux 2.05 isql
|
|
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.
|
Description
|
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. |
Show » |
|