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 am trying to use Neode in my project, but I have encountered a problem: I cannot create nested where conditions without using whereRaw().
An example (nonsense) to understand what I mean:
MATCH ...
WHERE ((1 = 1) OR (0 = 0)) AND ((2 = 2) OR (3 = 3))
RETURN ...
Is there a way to implement this without using whereRaw, but perhaps using a callback in where?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I am trying to use Neode in my project, but I have encountered a problem: I cannot create nested
where
conditions without usingwhereRaw()
.An example (nonsense) to understand what I mean:
Is there a way to implement this without using
whereRaw
, but perhaps using a callback inwhere
?Thank you in advance!
The text was updated successfully, but these errors were encountered: