- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing TransactionLog::current_transaction_id
In reviewing other code that was calling current_transaction_id, I realized there was a naming issue with this function. Since it was a simple pass-through function, rather than just fixing its code, I opted to keep that code centralized on State. This makes it a true breaking change for anyone who was using it, but it forces them to decide whether they want the last written id or the next id as part of the upgrade, rather than me silently causing incompatibility issues.
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters