reqlite
reqlite copied to clipboard
<non-index>,changes() is currently not supported
I didn't know this was actually available. I'll add that later
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.
r.table('foo').changes()
works if I'm not mistaken. This is about queries like `r.table('foo').filter({bar: 'buzz'}).changes()
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.