mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Fixed CORE-4470 - gbak fails to restore database containing dependency between views and packaged functions.
This commit is contained in:
parent
ff8a3ee993
commit
c42c2b833f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user