Subject | Re: [Firebird-Architect] Domains and NOT NULL in PSQL |
---|---|
Author | Dmitry Yemanov |
Post date | 2006-07-17T14:52:48Z |
"Adriano dos Santos Fernandes" <adrianosf@...> wrote:
suggested to make it persistent. RDB$FLAGS in RDB$PROCEDURES?
Dmitry
>failed
> > 2) A domain change forces all dependent BLR to load and parse. Those
> > to parse are marked as invalid in the schema until its BLR isregenerated
> > and/or parsed successfully. It's the same as above, but not all objectsare
> > invalidated but only those affected by an incompatible change.And how/where should we store the "valid/invalid" flag? Note that I
>
> I'd vote for 2.
suggested to make it persistent. RDB$FLAGS in RDB$PROCEDURES?
> And if at least one BLR has invalidated, the engine returns a warningI'm not sure it's really useful. Sometimes it could cause confusion.
> when altering the domain.
> We may also create a ISQL command to show invalidated SPs/triggers.Nice idea.
Dmitry