Thanks. Just to be clear, you are saying by awaiting the bookmark in the example below, and then re

Thanks. Just to be clear, you are saying by awaiting the bookmark in the example below, and then restoring the database to that bookmark, the transaction that happened after is guaranteed to be absent from the restored version?
let bookmark = await getCurrentBookmark();
// stuff may happen here while it is awaiting
this.sql.exec(/* omitted */);
Was this page helpful?