You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to validate older version of a value through immuclient.VerifyRow (e.g. data retrieved after calling immuclient.UseSnapshot to some older transaction)
Why is this needed
Currently the immuclient.VerifyRow call will always check against the most recent value of the entry. It should be however possible to prove that an older value of the entry exists in the database.
Additional context
The text was updated successfully, but these errors were encountered:
What would you like to be added or enhanced
It should be possible to validate older version of a value through
immuclient.VerifyRow
(e.g. data retrieved after callingimmuclient.UseSnapshot
to some older transaction)Why is this needed
Currently the
immuclient.VerifyRow
call will always check against the most recent value of the entry. It should be however possible to prove that an older value of the entry exists in the database.Additional context
The text was updated successfully, but these errors were encountered: