Commit 9397817
Add note on logical operators (#4141)
* 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 <veradri@amazon.com>1 parent f4381e3 commit 9397817
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
56 | 75 | | |
57 | 76 | | |
58 | 77 | | |
| |||
61 | 80 | | |
62 | 81 | | |
63 | 82 | | |
64 | | - | |
| 83 | + | |
0 commit comments