It seems like `DryRunResult`'s `sql` property does...
# komapper
d
It seems like `DryRunResult`'s
sql
property doesn't give me a regular sql statement with `?`s and I'd suppose that the
args
don't give me what to bind for all the
?
, but rather some format Komapper uses... is there some kind of api that does give me an sql with all the
?
and all the params to bind with (even if they're repeated in the statement...). I need to make a temporary compat layer with Jasync, and I would like to use it's prepared statements until I have the time to fully migrate.