Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Jul 16, 2024
1 parent f09a668 commit 44f844a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x/sqlite/find_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ func TestFind(t *testing.T) {
}
})

/*
TODO:
- Include _design_docs in results?
- Include _local_docs in results?
- limit
- skip
- fields
- use_index
- bookmark
- execution_stats
*/

tests.Run(t, func(t *testing.T, tt test) {
t.Parallel()
db := tt.db
Expand Down

0 comments on commit 44f844a

Please sign in to comment.