Skip to content

Commit a047a8f

Browse files
cmmarttimjtamlyn
authored andcommitted
Remove SQLite caveat from readme (photocrowd#28)
SQLite has supported tuple (row value) comparisons since version 3.15, according to the SQLite documentation at https://sqlite.org/rowvalue.html
1 parent e2b7461 commit a047a8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ Caveats
6565

6666
- The ordering specified **must** uniquely identify the object.
6767
- If there are multiple ordering fields, then they must all have the same
68-
direction
69-
- No support for multiple ordering fields in SQLite as it does not support
70-
tuple comparison.
68+
direction.
7169
- If a cursor is given and it does not refer to a valid object, the values of
7270
`has_previous` (for `after`) or `has_next` (for `before`) will always return
7371
`True`.

0 commit comments

Comments
 (0)