Subject | Re: bugged "alter procedure" |
---|---|
Author | Peppe Polpo |
Post date | 2003-09-09T10:28:06Z |
--- In firebird-support@yahoogroups.com, Henryk Paluch <paluch@m...>
wrote:
tried just everything.
Then - as a last move - I dropped the database and rebuilt it anew.
IMHO, the command is bugged.
Peppe Polpo
wrote:
> You need to compile again procedure A too.I guess I did that. I fought with the problem for half an hour and I
tried just everything.
Then - as a last move - I dropped the database and rebuilt it anew.
IMHO, the command is bugged.
Peppe Polpo
>change
> >I have procedure A.
> >
> >This procedure calls procedure B, that I have changed with "alter
> >procedure".
>
> >If I try to delete procedure A, I get the message
>
> Hi!
> You need to compile again procedure A too. When A includes B then
> in B is not reflected in A (that A still contains copy of old Bpure
> procedure).
>
> It seems that Firebird does not call B from A, but that A contains
> expanded code from B (somehting like macro expansion), but it is
> guess...