rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

get index scanning working #250

Closed phritz closed 3 years ago

phritz commented 3 years ago

i'm not super happy with how this turned out. in particular the ScanOptionsInternal business is ugly. i have TODOs in the code to clean it up and will add to 218. if you have ideas/inspiration have at at it.

progress towards #218 closes https://github.com/rocicorp/repc/issues/233

aboodman commented 3 years ago

I was playing with this and believe I may have found a bug: https://github.com/rocicorp/replicache-sdk-js/pull/171/files#r515533580

phritz commented 3 years ago

Bah, looks like I didn't test exclusive so would not surprise me if there is a bug there. Will address Monday.