Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Apr 28, 2024
1 parent 45e41d2 commit 1f7cfe8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x/sqlite/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,12 @@ func TestDBQuery(t *testing.T) {
})
/*
TODO:
- built-in reduce functions: _approx_count_distinct, _stats
- built-in reduce functions:
- _approx_count_distinct (https://docs.couchdb.org/en/stable/ddocs/ddocs.html#approx_count_distinct)
- _approx_count_distinct
- start/end keys
- group behavior
- _stats (https://docs.couchdb.org/en/stable/ddocs/ddocs.html#stats)
- Options:
- conflicts
- descending
Expand Down

0 comments on commit 1f7cfe8

Please sign in to comment.