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
(it's a bit hard to come up with a reproducible test case, our data model is quite complicated)
This doesn't happen v. often, and there doesn't seem to be any pattern as to why it might be happening. Only guess I have at the moment it might have something to do with the size of documents, but it might be a red-herring.
Workaround is to dissoc :temp-var from the resulting object.
As soon as I have a reliable test case which reproduces this issue I'll post it here
The text was updated successfully, but these errors were encountered:
We run schema validations on our inputs and outputs and we've noticed that sometimes we get a ":temp-var row" added to a result of one of our queries.
I'm still investigating this and don't have a 100% reproducible test case, but it appears that
fn
macroclj-rethinkdb/src/rethinkdb/query.cljc
Lines 43 to 48 in b8c9635
sometimes adds
:temp-var <name of arg>
into resulting document.I've looked into it and we do something like this:
(it's a bit hard to come up with a reproducible test case, our data model is quite complicated)
This doesn't happen v. often, and there doesn't seem to be any pattern as to why it might be happening. Only guess I have at the moment it might have something to do with the size of documents, but it might be a red-herring.
Workaround is to
dissoc :temp-var
from the resulting object.As soon as I have a reliable test case which reproduces this issue I'll post it here
The text was updated successfully, but these errors were encountered: