-
-
Notifications
You must be signed in to change notification settings - Fork 268
MAKE_DBKEY bug after backup/restore #8168
Copy link
Copy link
Closed
Labels
affect-version: 5.0.0affect-version: 6.0 Initialfix-version: 5.0.1fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Metadata
Metadata
Assignees
Labels
affect-version: 5.0.0affect-version: 6.0 Initialfix-version: 5.0.1fix-version: 6.0 Alpha 1qa: done successfullyrlsnotes60: noIntentionally not added to the Firebird 6.0 release notes.Intentionally not added to the Firebird 6.0 release notes.type: bug
Firebird relation ids are not stable. While some BLRs uses relation ids, BLR of stored code always refers to them by name.
However, system function
MAKE_DBKEYtransforms relation name to id and stores this id even in stored BLR.After backup/restore,
MAKE_DBKEY(name)is going to refer to different table.