Unable delete procedure source on Firebird 3.0 Alpha 2.0
--------------------------------------------------------

                 Key: CORE-4507
                 URL: http://tracker.firebirdsql.org/browse/CORE-4507
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Alpha 2
         Environment: Firebird 3.0 Alpha 2 snapshot build (all version) on 
Windows 32 bit
            Reporter: Imam Chalimi


When using Interbase, Firebird 2.5 or Firebird 3.0 Alpha 1, to improve the 
security I can successfully remove the body of the procedure source.

UPDATE
      RDB$PROCEDURES P
SET
   P.RDB$PROCEDURE_SOURCE = NULL
WHERE
     P.RDB$SYSTEM_FLAG = 0;

But I failed to do it in Firebird 3.0 Alpha 2 with an error message :

"Unsuccessful execution caused by a system error that precludes successful 
execution of subsequent statements.
UPDATE operation is not allowed for system table RDB$PROCEDURES."

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to