Replies: 1 comment 5 replies
-
I have the same problem. The documentation suggests that |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some problems when trying to debug a syntax error. Since there are several nested queries, I could not see the final SQL or the arguments.
If I remove the
await
and try to describe the query, the args just show a pending promise, and the strings are broken.If I add the
await
it just crashed and cannot see any helpful debug info about the SQL query itself.How can I debug this?
Beta Was this translation helpful? Give feedback.
All reactions