[Firebird-devel] Cases when DROP INDEX DDL triggers should be called

2022-06-22 Thread Ilya Eremin
Hello! In FB3+, when I create an index on a table's field and then drop this table, DROP INDEX DDL triggers are not called. Is it done this way on purpose? I did not find a clear description of such case in the documentation. -- Ilya Eremin Firebird-Devel mailing list, web interface

Re: [Firebird-devel] Tablespaces proposal

2022-06-02 Thread Ilya Eremin
ration file. And this is a downside - need to edit the configuration file on a replica(s). Which way is better for default behaviour? Would be good to hear opinions on this. -- Ilya Eremin Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] ON DISCONNECT triggers and MON$ATTACHMENTS

2021-11-09 Thread Ilya Eremin
Hello! Currently ON DISCONNECT triggers are not called when an attachment is deleted from MON$ATTACHMENTS by another attachment. Is it the correct behavior? Was it implemented this way on purpose? -- Ilya Eremin Firebird-Devel mailing list, web interface at https://lists.sourceforge.net

[Firebird-devel] [FB-Tracker] Created: (CORE-6144) Inconsistent behaviour of the NEW context variable in AFTER UPDATE OR DELETE triggers

2019-09-16 Thread Ilya Eremin (JIRA)
: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 2.5.9, 4.0 Beta 1, 3.0.4 Reporter: Ilya Eremin Script to reproduce: create table test (id integer not null primary key); commit; insert into test (id) values (1); commit; alter table test add v