rdbc icon indicating copy to clipboard operation
rdbc copied to clipboard

Add support for named parameters

Open andygrove opened this issue 6 years ago • 1 comments

RDBC currently supports positional parameters with ? syntax but it would be good to have the option of using named parameters as well using :name syntax.

andygrove avatar Dec 23 '19 20:12 andygrove

Pretty sure you can enable the transformation of :name syntax to positional syntax at zero cost using macros. However. You are going to use macros, so it's its own set of problems.

Ygg01 avatar Dec 24 '19 12:12 Ygg01