client: support streams for interactive transactions#155
Open
drewdzzz wants to merge 4 commits intotarantool:masterfrom
Open
client: support streams for interactive transactions#155drewdzzz wants to merge 4 commits intotarantool:masterfrom
drewdzzz wants to merge 4 commits intotarantool:masterfrom
Conversation
d8c1cda to
6081c21
Compare
f64fbe7 to
aa284c5
Compare
MacOS 13 github runner is not supported anymore, so let's replace it with the newest macos-26 one. Also, two MacOS platforms are enough actually, so let's remove MacOS 14 runner as well. Also, let's use the latest MacOS for sanitizing workflows.
Let's set `BreakConstructorInitializers` option to `AfterColon`, the inherited value was `BeforeComma` which is VERY ugly (each string started with a comma like `, field(value)`).
All these methods just call several methods of `ConnectionImpl` so, logically, the belong there. Also, we are going to add `stream_id` argument for almost each such private method, so we will add them right to the moved methods in future. Along the way, get rid of unused `readyToSend(Connection)` methods. Part of tarantool#154
5195648 to
5e5a064
Compare
The commit adds support of Tarantool streams, allows to set txn isolation level and timeout for them. See doc changes for details. Closes tarantool#154
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description TBD.