-
-
Notifications
You must be signed in to change notification settings - Fork 238
Add Wrapper values #2893
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
Add Wrapper values #2893
Changes from 15 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cfde3c5
Implement values.Wrapper and values.AnyWrapper
nicktobey a92ff64
Propagate context parameter.
nicktobey 91f1c0d
[ga-format-pr] Run ./format_repo.sh to fix formatting
nicktobey 12d340f
Add extra checks to wrapper test
nicktobey 2ce4c01
Amend toast implementation
nicktobey b49ea60
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey 48e833f
Unwrap values before casting them to strings or bytes.
nicktobey d8edd4c
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey d4589a3
Unwrap wrapped values when computing hashes for keyless tables.
nicktobey 9f11af5
Migrate explicit string casts to calls to sql.Unwrap
nicktobey 8a2ead9
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey ba2722f
Make NewUpdateResult public
nicktobey 1867e61
Allow tests that inspect the encoding of a wrapped value without unwr…
nicktobey f5b659e
Disable the short circuiting of comparing wrapped values until we con…
nicktobey 0dc98df
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey 92b9799
Respond to PR feedback.
nicktobey a17f203
[ga-format-pr] Run ./format_repo.sh to fix formatting
nicktobey 543ddd0
Unwrap values when inserting them into a key cache.
nicktobey e17df0b
more precision fixes for `unix_timestamp` (#2918)
jycor 9170b3c
Unwrap wrapped values in Like expressions.
nicktobey 2ac2dec
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey 9988aef
Propagate context parameter.
nicktobey 54ed687
Propagate context parameter.
nicktobey 4569796
Update tests
nicktobey 1d90344
Propogate context in StringType::Compare
nicktobey 822f120
Add context parameter to DatetimeType::Compare
nicktobey 8c2fddb
WIP propogate context parameter
nicktobey f950002
Propogate context parameter
nicktobey 56c0371
Allow nil ctx parameter in globalStatusVariables::SetGlobal
nicktobey e5862b5
Merge remote-tracking branch 'origin/main' into nicktobey/wrapper
nicktobey d169367
[ga-format-pr] Run ./format_repo.sh to fix formatting
nicktobey 5585f96
Don't create sql.Context in MySQLRangeCut.Compare
nicktobey 00fc297
Propogate context parameter.
nicktobey b3f3563
Propogate context parameter, and remove redundant context instantiati…
nicktobey 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
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
Oops, something went wrong.
Oops, something went wrong.
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.