Skip to content

Commit c32e843

Browse files
Lorenzo DelgadoLNSD
authored andcommitted
fix(waku-store): integrate the predicate into the WHERE clause instead of calling it on each result line (#1026)
1 parent 14a78ac commit c32e843

16 files changed

+1687
-1093
lines changed

tests/all_tests_v2.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import
1111
./v2/test_utils_pagination,
1212
./v2/test_message_store_queue,
1313
./v2/test_message_store_queue_pagination,
14-
./v2/test_message_store,
14+
./v2/test_message_store_sqlite_query,
15+
./v2/test_message_store_sqlite,
1516
./v2/test_jsonrpc_waku,
1617
./v2/test_rest_serdes,
1718
./v2/test_rest_debug_api_serdes,

0 commit comments

Comments
 (0)