7 Replies
Really confused what the syntax error actually is
Syntax error is occurring in the query
Do this to debug:
Just to see that is the query and where is the error
I think I see the problem, the partial data has one value as undefined which isnt coming through in the query params
So there is no passed paramater for id
This shouldn't happen
What version are you using?
Drizzle should filter out undefined values
0.23.13
Yeah, that's probably why
Latest version is 29.2 I believe
If you update that error will go away, as drizzle now filter undefines for you
Ok thanks for letting me know