-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement batch get interleaved with read API
This commit changes the behavior of interleaved rows that are deleted (delete_time). Previously they would always be returned in BatchGet, and now they will not.
- Loading branch information
Showing
12 changed files
with
368 additions
and
378 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
51 changes: 19 additions & 32 deletions
51
internal/codegen/databasecodegen/testdata/2.sql.database.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
102 changes: 37 additions & 65 deletions
102
internal/codegen/databasecodegen/testdata/3.sql.database.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.