[EMAIL PROTECTED] wrote:
While working on re-using resultsets (DERBY-827) I've discovered thatcalls togetLanguageConnectionContext().getAuthorizer().authorize(this , 1);have been added in places that I don't think are compatible with re-using result sets.
I think that the checking authorization once is the desired behaviour, not every execution, for performance reasons. The statements should be invalidated when a revoke is executed.
Dan.
