-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At the moment, isolation level of a transaction can only be SERIALIZABLE. It can be specified when opening a connection, but if it is not, it will default to SERIALIZABLE. There is also no plans to support other level soon. IsolationLevel thus serves no purpse and also cannot be set outside of this crate, since it is not public. So there is no harm in removing it. When/if we implement other levels, we can revert this commit.
- Loading branch information
1 parent
ce96a85
commit 57f6771
Showing
2 changed files
with
1 addition
and
17 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