You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a pattern to filter out such an item from :user/items, this item has a field :store/identity "id2" in :reward/store, when I pull the field item/expired-at of the same level, I got the wrong result, in the following cases, ?expired-at should be 200.
I need to rethink the implementation of named queries, it is now using context to implement, and when wrapped query runs successfully, a variable gets updated.
The problem is this design does not reflet relationships of underlying queries, so I am going to try to think naming bindings is a fundamental feature, and it deserves a new kind a basic query.
Problem
I use a pattern to filter out such an
item
from:user/items
, thisitem
has a field:store/identity "id2"
in:reward/store
, when I pull the fielditem/expired-at
of the same level, I got the wrong result, in the following cases,?expired-at
should be 200.Suggestion
There should be an association between named bindings.
The text was updated successfully, but these errors were encountered: