Subject Re: Firebird 3: Not able to UPDATE RDB$Procedures
Author Dmitry Yemanov
01.06.2018 14:49, Mark Rotteveel wrote:

> Out of curiosity: why? Why not just allow any updates to NULL, even if
> the existing value already is NULL?

Setting NULL to NULL means the record wasn't changed. From the engine
POV it's the same as e.g. SET RDB$PROCEDURE_ID = RDB$PROCEDURE_ID, i.e.
all kinds of dummy updates would be also allowed. Too much for a
temporary workaround.


Dmitry