mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Fixed CORE-2031 - Null in the first record in a condition on rdb$db_key
This commit is contained in:
parent
9f657af8c9
commit
ddb042bbff
@ -3169,6 +3169,9 @@ static jrd_nod* modify(thread_db* tdbb, jrd_nod* node, SSHORT which_trig)
|
||||
} /* for (fmt_count) */
|
||||
}
|
||||
|
||||
new_rpb->rpb_number = org_rpb->rpb_number;
|
||||
new_rpb->rpb_number.setValid(true);
|
||||
|
||||
if (node->nod_arg[e_mod_map_view]) {
|
||||
impure->sta_state = 1;
|
||||
return node->nod_arg[e_mod_map_view];
|
||||
|
Loading…
Reference in New Issue
Block a user