07.06.2026 12:15, 'Mark Rotteveel' via firebird-devel:
> The documentation of AllowUpdateOverwrite in firebird.conf repeatedly mentions UPDATE (which I take to mean the statement), and not
> update (i.e., any modifying action). Does this really mean it only affects the UPDATE statement, and not for example changes through
> MERGE, or a DELETE operation?
Of course is affects any kind of UPDATE - including MERGE and UPDATE OR INSERT.
Is doesn't affect DELETE, as it is about single fields values.
Honestly, I will be happy to remove this hack and reimplement triggers properly,
but this is much more complex task (and we already have a lot of new features).
Regards,
Vlad