Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 10.2.1.6
    • SQL
    • None

    Description

      Derby parser supports EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER on a routine (function or procedure) but this information doesn't get saved anywhere.
      eg from lang/grantRevoke.sql test
      CREATE PROCEDURE AUTH_TEST.addUserUtility(IN userName VARCHAR(50), IN permission VARCHAR(22))
      LANGUAGE JAVA PARAMETER STYLE JAVA
      EXTERNAL SECURITY INVOKER
      EXTERNAL NAME 'org.apache.derby.database.UserUtility.add ';

      Finish up this functionality by doing necessary work required during compile, execute and upgrade times.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mamtas Mamta A. Satoor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: