
Key: |
CORE-2384
|
Type: |
Bug
|
Status: |
Closed
|
Resolution: |
Duplicate
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
hardnut
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QA Status: |
Covered by another test(s)
|
Test Details: |
See test core_3362_basic.fbt
|
when i execute the following script, the firebird enter into recursion mistakenly:
create table t(a varchar(32));
insert into t(a) values('x');
insert into t(a) select a from t; --i think this make firebird wrong.
then my firebird crashed
|
Description
|
when i execute the following script, the firebird enter into recursion mistakenly:
create table t(a varchar(32));
insert into t(a) values('x');
insert into t(a) select a from t; --i think this make firebird wrong.
then my firebird crashed |
Show » |
|
CORE-92.