FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.23k stars 213 forks source link

RECREATE TABLE causes "partner index description not found" [CORE2253] #2679

Open firebird-automations opened 15 years ago

firebird-automations commented 15 years ago

Submitted by: @asfernandes

Attachments: test.fbk

gbak -C test.fbk test.fdb isql test.fdb

recreate table projeto_visao ( projeto integer not null constraint fk_projeto_visao_1 references projeto on delete cascade, nome varchar(1024) not null, tamanho numeric(9) not null, frequencia_uso numeric(6) not null, periodicidade varchar(15) not null, vs_inicial integer, vc_inicial integer, vs integer, vc integer, vt integer );

delete from projeto;

Statement failed, SQLCODE = -902 internal gds software consistency check (partner index description not found (175), file: idx.cpp line: 1274)

This bug also affects v2.0.5-rc2.

firebird-automations commented 15 years ago
Modified by: @asfernandes Attachment: test\.fbk \[ 11260 \]