Replies: 1 comment
-
Same question here, according to the source code , currently there is no public method that retrieves the added values. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just started to support sqlx as a backend for my ORM toql.
To support nice debug information I want to show the full SQL statement, including arguments.
See tests functions here.
Currently I build the statement and add all arguments into MySqlArguments. Is there a way to read back the added args?
(My alternative would be to keep a copy of all arguments in a Vec, but I really, really want to avoid that).
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions