You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Satheesh Bandaram <sa...@Sourcery.Org> on 2005/12/15 01:36:35 UTC

sqlStandard mode for defaultConnectionMode...

I have disabled sqlStandard mode (preventing use of Grant/Revoke)
temporarily on trunk. Two (store) tests have been failing after my
changes were checked in and I will re-enable this mode soon after I fix
the problem. I have found the problem to be in
GenericAuthorizer.usesSqlStandardPermissions() and I just need to commit
a nested transaction.

Satheesh