Subject | RE: [firebird-support] Clear Query Cache Firebird 2.1 |
---|---|
Author | Alan McDonald |
Post date | 2009-06-03T12:49Z |
> I am developing stored procedures that are used in queries. It looksI assume you mean selectable SPs???
> like my test queries do not use the output of the newest version of my
> stored procedure, but takes the result from the "query result cache" of
> the database.
>
>
do you disconnect and reconnect the query client each time you modify the
SP? otherwise the client will continue to use the SP as it was when they
started using it.
Alan
>this is because IBE uses a new transaction when debugging (stepping)
> Stepping the procedure returns the expected results!
>
> Does the altering of stored procedure not clear the corresponding query
> cache?
>
> Is there a command to clear the cache or to force a query to generate
> new results?
>
> I am using Firebird Version "WI-V2.1.2.18118 Firebird 2.1" and IBExpert
> 2009.03.25
>
> Christian
>