reqlite icon indicating copy to clipboard operation
reqlite copied to clipboard

<non-index>,changes() is currently not supported

Open neumino opened this issue 9 years ago • 3 comments

I didn't know this was actually available. I'll add that later

neumino avatar May 25 '15 23:05 neumino

Is this why my change feed returns empty? I'm currently trying to listen to changes on a table, but the cursor does not have any results.

chrisabrams avatar Aug 01 '16 22:08 chrisabrams

r.table('foo').changes() works if I'm not mistaken. This is about queries like `r.table('foo').filter({bar: 'buzz'}).changes()

neumino avatar Aug 02 '16 03:08 neumino

I can see the changes just fine in your first example if I hit a RethinkDB database, but if I hit Reqlite I get no changes.

chrisabrams avatar Aug 02 '16 03:08 chrisabrams