Mixing INTERNAL FUNCTION and UDF
--------------------------------
Key: CORE-5905
URL: http://tracker.firebirdsql.org/browse/CORE-5905
Project: Firebird Core
Issue Type: Bug
Affects Versions: 3.0.3, 3.0.2, 3.0.1, 3.0.0
Reporter: Maxim Kuzmin
In database created UDF "FORMAT_DATE". For test, I create INTERNAL FUNCTION
FORMAT_DATE (introduced in FB 3.0):
CREATE FUNCTION FORMAT_DATE
RETURNS INTEGER
AS
BEGIN
RETURN 1;
END
After this, I can't use UDF - Firebird always use internal function.
Upon attempt drop internal function FORMAT_DATE, I get error:
DROP FUNCTION FORMAT_DATE
This operation is not defined for system tables.
unsuccessful metadata update.
cannot delete.
UDF FORMAT_DATE.
there are 294 dependencies.
And now I can not delete the test function.
--
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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel