Patch level : 12.0 no-patch

Files correlati     :
Commento            :

Aggiunta funzione find per trovare un record in un record array usando la chiave nkey.
This commit is contained in:
Alessandro Bonazzi 2020-06-22 22:35:21 +02:00
parent 4d7d204fee
commit 16b7e14623

View File

@ -472,8 +472,6 @@ int TRecord_array::write(bool re) const
{
if (re)
{
if (db_log() && _file != LF_DBLOG)
r->set_preserve_values(false);
err = r->rewrite(f);
if (err == _iskeynotfound || err == _iseof || err == _isemptyfile)
err = r->write(f);