Subject | Re: [firebird-support] Error code -901 'conv_out_blob_materialized.isc_open_blob2: BLOB not found' |
---|---|
Author | Ann W. Harrison |
Post date | 2011-01-14T18:07:55Z |
On 1/14/2011 12:43 PM, Aldo Caruso wrote:
record version is deleted when a newer version is committed and visible
to all running transactions. The operation that created the new version
could be a delete, leaving a deleted stub, or it could be an update. So
you'd see that behavior after a committed update.
Cheers,
Ann
> But it seems to me nearly impossible that another transaction couldSorry, I was thinking of the way the database works internally. An old
> delete the record in that moment ( because of the business logic, those
> record aren't deleted until the end of the day ). But I'll continue to
> investigate ...
record version is deleted when a newer version is committed and visible
to all running transactions. The operation that created the new version
could be a delete, leaving a deleted stub, or it could be an update. So
you'd see that behavior after a committed update.
Cheers,
Ann