Stored Procedures: Calls to BUILD_SCOPED_FILE_URL Function Allowed Within Owner’s Rights Procedures¶
Attention
This behavior change is in the 2023_03 bundle.
For the current status of the bundle, refer to Bundle History.
Calling the BUILD_SCOPED_FILE_URL function in an owner’s right stored procedure behaves as follows
- Previously:
Attempting to call the BUILD_SCOPED_FILE_URL function in an owner’s rights stored procedure results in an internal error.
- Current:
Calling the BUILD_SCOPED_FILE_URL in an owner’s rights stored procedure will succeed.
Ref: 1007