-
I'm trying out safeql for our prisma queries. now, i can't seem to get my custom "upsertMany" executeRaw call to be linted. This is a valid call, and works as intended, but safeql complains about:
code:
eslint config:
|
Beta Was this translation helpful? Give feedback.
Answered by
Newbie012
Oct 22, 2023
Replies: 1 comment 1 reply
-
SafeQL currently doesn't support sql fragments. Hopefully, when I have enough time, I'll add support for it. You can track down this issue here |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
okaisti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SafeQL currently doesn't support sql fragments. Hopefully, when I have enough time, I'll add support for it. You can track down this issue here