Why Bun adds query args directly to query text? #819
pavelpatrin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why Bun adds query args directly to query text? Im doing something like this:
and trying to catch the query by the SQL Mock..
But this is really difficult to do, since all args where im expecting
?
placeholders are already filled with the real values.Ok, my example is simple, but sometime I can have MERGE query with a lot of huge JSONs in args, and all args are in query text.
Beta Was this translation helpful? Give feedback.
All reactions