8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 17:23:04 +01:00

Fixed CORE-4470 - gbak fails to restore database containing dependency between views and packaged functions.

This commit is contained in:
asfernandes 2014-06-22 02:30:24 +00:00
parent ff8a3ee993
commit c42c2b833f

View File

@ -4248,6 +4248,7 @@ bool get_function(BurpGlobals* tdgbl)
GET_TEXT(X.RDB$PACKAGE_NAME);
fb_utils::exact_name(X.RDB$PACKAGE_NAME);
X.RDB$PACKAGE_NAME.NULL = FALSE;
securityClass = true; // prevent creation of security class for packaged function
}
else
bad_attribute(scan_next_attr, attribute, 89);