Replies: 2 comments 2 replies
-
|
This should work clearly as its working in select query, please provide me something reproducable to fix. But for now you can do several things to make it work -
do a select query and then pass ids in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
0
I have a jsstore table with the following schma
I'm trying to run a delete operation on this table in the following way
this is return store.worker.min.js:2 {message: "No index found for column 'undefined'. Query can not be executed without index.", type: 'no_index_found'}
I've tried to run a delete on just the projectId and this works I've also tried to run a delete on just the cacheKey and the works as expected.
I ran a select with the Where and this returned the set of data that I would expect to get deleted.
I'm not sure what I need to change in my schema to allow for a delete with a complex WHERE statement.
Any help would be much appreciated.
Many thanks ahead of time.
Beta Was this translation helpful? Give feedback.
All reactions