Open lohart13 opened 1 month ago
This PR implements the ParameterStyle changes in #17131 which are required for #16988 and #17063
ParameterStyle
The bindParam option have been replaced with parameterStyle which defaults to ParameterStyle.BIND.
bindParam
parameterStyle
ParameterStyle.BIND
Pull Request Checklist
Description of Changes
This PR implements the
ParameterStyle
changes in #17131 which are required for #16988 and #17063List of Breaking Changes
The
bindParam
option have been replaced withparameterStyle
which defaults toParameterStyle.BIND
.