Skip to content

Conversation

@tim-finnigan
Copy link
Contributor

@adev-code
Copy link
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.
@adev-code adev-code force-pushed the add-note-on-operators branch from 09c06f8 to 5ce1226 Compare December 29, 2025 22:20
@adev-code
Copy link
Contributor

test after removing the note duplicate

Screenshot 2026-01-02 at 10 47 50 AM

@adev-code adev-code merged commit 9397817 into boto:develop Jan 10, 2026
39 checks passed
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

Labels

documentation This is a problem with documentation. dynamodb

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add note regarding bitwise operator usage on DynamoDB conditions page

3 participants