Subject | Re: [Firebird-Architect] Re: User name SYSDBA |
---|---|
Author | Jim Starkey |
Post date | 2005-08-28T11:17:01Z |
Dmitry Yemanov wrote:
until released or the connection closed. Among many other useful
things, this lets an application prepare an insert statement into a log
table before changing to a role that doesn't have write access to the
log table, thereby retaining the ability to write to the log.
>"Jim Starkey" <jas@...> wrote:Yes. If a connection can prepare a statement, that statement is valid
>
>
>>Nope, he isn't. I have it on very good authority that "Jim" thinks
>>protections should be checked at prepare time.
>>
>>
>
>So, after the active role is changed, should all already prepared statements
>run with the old permissions and should statements being prepared now get
>other permissions?
>
>
>
>
until released or the connection closed. Among many other useful
things, this lets an application prepare an insert statement into a log
table before changing to a role that doesn't have write access to the
log table, thereby retaining the ability to write to the log.