Closed adamgen closed 2 weeks ago
We support the database's native parameter format, usually ?
or $1
. In addition we also support the sqlc.arg
macro, which is documented here. Support that macro has proved difficult enough that I have no plans to add additional parameter tags right now.
What do you want to change?
Currently the sql accepts arguments using native sql notation
$1
.Additionally I'd like to have a different parameter notation, for example pyformat
%(my_param)s
To be more explicit - currently that's the only way to pass an argument
This is how I'd like to pass an argument
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response