-
-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Description
There are many changes started from In Firebird 3.0.
One of them is "PSQL Cursor Stabilization". This is basic functionality and now for stability statement cannot see it's own changes.
I have 5 different cases with insert record in do block with different visibility in for cycle:
- for select ... from ... into - do not see any changes
- for execute statement 'select ... from ... ' into - see changes
- If create view (select from ...) and after that use created view - see changes
- If use cursor - open, fetch, ... see any changes
- If create stored procedure with suspend evry row from select - do not see changes
You can find the SQLS:
01 - create tables, view, SP, trigger and data.
02 - 5 samples of the different cases
Regards,
Boris Belchev