- Notifications
You must be signed in to change notification settings - Fork 99
feat(db_api): support stale reads #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 37 commits
Commits
Show all changes
50 commits Select commit Hold shift + click to select a range
4d7684e feat(db_api): add an ability to set ReadOnly/ReadWrite connection mode
990fe3e update the error message
2381c6d update another error message
9cec921 don't check error messages with regexes
d6783b8 don't commit/rollback ReadOnly transactions
131a6fc clear the transaction
e1a3db2 add read-only transactions data visibility test
4bd65e7 Apply suggestions from code review
4186609 add conditions for edge cases
0f3e716 Merge branch 'read_only_transactions' of https://github.com/q-logic/p…
8332d49 don't calc checksum for read-only transactions
61fc8ad Merge branch 'master' into read_only_transactions
0be92af use Snapshot for reads
3a72694 update docstrings
00887ff Merge branch 'master' into read_only_transactions
b8eefed Merge branch 'master' into read_only_transactions
de0e47e use multi-use snapshots in !autocommit mode
9f1896a return the read_only docstring back, erase excess unit test
4422ad5 Merge branch 'master' into read_only_transactions
larkee f11ea8c erase excess ifs
9bafc76 Merge branch 'read_only_transactions' of https://github.com/q-logic/p…
783951f Merge branch 'master' into read_only_transactions
d807a2d add additional check into the snapshot_checkout() method
76e7caf Merge branch 'master' into read_only_transactions
c61f212 add new style system test
9118987 Merge branch 'read_only_transactions' of https://github.com/q-logic/p…
70fc3ac resolve conflict
22e5e73 don't use error message regexes
1cdccbe erase excess import
9bb0ebc Merge branch 'master' into read_only_transactions
ac8c4b2 refactor
ae9cd00 Merge branch 'main' into read_only_transactions
larkee 6973748 add unit test to check that read-only transactions are not retried
5dab169 Merge branch 'read_only_transactions' of https://github.com/q-logic/p…
0cb831f Merge branch 'read_only_transactions' into stale_reads
f18e102 feat(db_api): support stale reads
a40b48a Merge branch 'master' into stale_reads
b22c31e Apply suggestions from code review
6a3fedb move `or None` into the property
b896a40 Merge branch 'stale_reads' of https://github.com/q-logic/python-spann…
ba714f1 Merge branch 'main' into stale_reads
0ce4b7c Merge branch 'main' into stale_reads
3c422b4 Merge branch 'main' into stale_reads
larkee 6ad2c65 fix the check
45fdf8e lint fix
e50875b lint fix
56333b9 Merge branch 'main' into stale_reads
larkee 7a97493 Merge branch 'main' into stale_reads
larkee fb7858e Merge branch 'main' into stale_reads
1315ad8 Merge branch 'main' into stale_reads
larkee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.