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
Have the option of NOT having the type predicate (i.e. _class = '' in queries.
The most logical solution would be to simply use 1=1 in place of _class=. This could be achieved by specifying the typeKey=1 and typeAlias=1 - except that back-ticks are automatically used to escape the typeKey.
The text was updated successfully, but these errors were encountered:
Folks - please read the end of the sentence : "This could be achieved by specifying the typeKey=1 and typeAlias=1 - except that back-ticks are automatically used to escape the typeKey".
Fixed by #1777.
"If the configuration getType() or the https://github.com/typealias is an empty string, then do not add the typeKey:typeAlias property when storing documents, and do not add the typeKey=typeAlias property on queries - including removeByQuery."
Have the option of NOT having the type predicate (i.e. _class = '' in queries.
The most logical solution would be to simply use 1=1 in place of _class=. This could be achieved by specifying the typeKey=1 and typeAlias=1 - except that back-ticks are automatically used to escape the typeKey.
The text was updated successfully, but these errors were encountered: