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

insert records bug [CORE2658] #3064

Closed
firebird-automations opened this issue Oct 2, 2009 · 6 comments
Closed

insert records bug [CORE2658] #3064

firebird-automations opened this issue Oct 2, 2009 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Radovan Antloga (rantl)

Duplicates CORE92

try this:

create table a(
id integer not null,
constraint a_pk primary key (id)
);

insert into a (id)
values (1);

/* engine goes to infinite loop and database is growing > you will have to terminate process */
insert into a
select id + 10
from a;

====== Test Details ======

See test core_3362_basic.fbt

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE92 [ CORE92 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Duplicates CORE92.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

security: Developers [ 10012 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Covered by another test(s)

Test Details: See test core_3362_basic.fbt

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