-
Notifications
You must be signed in to change notification settings - Fork 2k
Add note on logical operators #4141
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
Conversation
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
Contributor
|
Updated the PR to move the note directly under the "DynamoDB conditions" section header. This makes it clearer that the logical operators apply to both the Key and Attr classes. |
Move the note about chaining conditions with logical operators (&, |, ~) to appear directly under the "DynamoDB conditions" section header, before the Key and Attr class documentation. This placement makes the information more visible and clarifies that the operators apply to both condition classes.
09c06f8 to
5ce1226
Compare
jonathan343
reviewed
Dec 30, 2025
jonathan343
reviewed
Jan 2, 2026
Contributor
jonathan343
approved these changes
Jan 4, 2026
aws-sdk-python-automation
added a commit
that referenced
this pull request
Jan 12, 2026
* release-1.42.26: Bumping version to 1.42.26 Add changelog entries from botocore Add note on logical operators (#4141)
hswong3i
pushed a commit
to alvistack/boto-boto3
that referenced
this pull request
Jan 13, 2026
* add note on logical operators * Move logical operators note to DynamoDB conditions section header Move the note about chaining conditions with logical operators (&, |, ~) to appear directly under the "DynamoDB conditions" section header, before the Key and Attr class documentation. This placement makes the information more visible and clarifies that the operators apply to both condition classes. * added examples for each logical operator * remove duplicate note --------- Co-authored-by: veradri <[email protected]>
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.

Fixes #4117
Documentation page: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/dynamodb.html
Note added here at the bottom: