-
-
Notifications
You must be signed in to change notification settings - Fork 268
FB4 can't backup/restore int128-array #7846
Copy link
Copy link
Closed
Labels
affect-version: 4.0.0affect-version: 4.0.1affect-version: 4.0.2affect-version: 4.0.3affect-version: 4.0.4component: gbakfix-version: 4.0.5fix-version: 5.0 RC 2fix-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: 4.0.0affect-version: 4.0.1affect-version: 4.0.2affect-version: 4.0.3affect-version: 4.0.4component: gbakfix-version: 4.0.5fix-version: 5.0 RC 2fix-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
Hello.
Problem in backup
put_array function (backup.epp)
firebird/src/burp/backup.epp
Lines 962 to 969 in d1e6921
This switch must include
case blr_int128:Without this case, gbak generates wrong SDL and server generates the errors like these:
Same problems in restore
get_array function (restore.epp)
firebird/src/burp/restore.epp
Lines 1781 to 1788 in d1e6921
firebird/src/burp/restore.epp
Lines 2015 to 2022 in d1e6921
These switches must have
case blr_int128Error messages:
Test database - https://dropmefiles.com/kQeLq (link is valid within 14 days)
Table with arrays: TEST_ARRAY_DIM1