Replies: 1 comment 8 replies
-
Currently not supported. I'm not sure whether this is the same feature as discussed in #545 or whether this is a different kind of formatting system also found in Python. Either way, implementing such custom parameter format, as proposed there, should solve this. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python uses the brace format in its format strings and it is an easy way to format sql using keyword arguments. Based on what I'm seeing in paramTypes there doesn't appear to be a way to support handling these during formatting.
Is this supported and I'm just missing it?
Beta Was this translation helpful? Give feedback.
All reactions