8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Simplified code - thanks to Mark

This commit is contained in:
AlexPeshkoff 2020-08-12 12:25:11 +03:00
parent bd8d2615a1
commit d4c5d6fcb6

View File

@ -3672,7 +3672,7 @@ rec_type get_data_old(BurpGlobals* tdgbl, burp_rel* relation)
if (identity_type == IDENT_TYPE_ALWAYS)
{
add_byte(blr, blr_store3);
add_byte(blr, identity_type == IDENT_TYPE_ALWAYS ? OverrideClause::SYSTEM_VALUE : OverrideClause::USER_VALUE);
add_byte(blr, OverrideClause::SYSTEM_VALUE);
}
else
add_byte(blr, blr_store);