Subject Firebird 1.5 bug
Author colinriley666
Hello All,

this bug started in the belief that recursive triggers were behaving
badly. Since then I've stripped the database of every table,
trigger, domain, view and procedure except those necessary to show
the error. Sometimes I get an incorrect result. Other times I get a
sudden disconnect from the database. I have a GBK file of 82k.
Restore to 1.5 RC8 results in a database that shows the error.
Restore to 1.0 gives me a database where the error does not appear.

Does anybody want this GBK ?

The scenario
select * from proc1. Results in one row of 2 columns with values 1,2.
select * from TeTariferen. Returns 2 rows.
select * from proc1. Results in one row of 2 columns with values 0,2.
(Or an immediate disconnect from the database).
I have tried this scenario with IBExpert and ISQL.

regards, Colin Riley