Subject | Re: Extending a domain |
---|---|
Author | Adam |
Post date | 2007-08-15T04:21:08Z |
>need
> AFAIR FB will not allow you to alter a type of a field if it has any
> dependencies (used inside a SP or trigger for example). So you will
> to empty the procedure/trigger body, alter the domain, recreate theNo, it seems to allow it (on 1.5 anyway). I don't think I ever select
> SP/trigger.
these fields into variables, but they are definitely used in the where
clause of queries inside some of my procedures.
My worry is whether Firebird is internally doing everything it needs
to when extending the field.
Adam