-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change Bringing the Go implementation of Flight SQL in line with the C++ and Java implementations. ### What changes are included in this PR? Implementation of Transactions, Save points and more. This includes adding new functions to the Server interface. ### Are these changes tested? Yes, by integration testing. ### Are there any user-facing changes? This is a breaking change as a few methods are simplified to utilize the Client's allocator rather than needing a separate allocator passed in. * Closes: #33935 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
- Loading branch information
Showing
10 changed files
with
3,747 additions
and
786 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
Oops, something went wrong.