Rename JdbcParameterRender to ParameterMarkerStrategy
Description
I go back and forth about the JdbcType argument. Just seems like it would ultimately be useful, but (1) none of the code uses it and (2) in many code paths (SimpleSelect and friends, native-query,..) that information is not even available.
I go back and forth about the
JdbcType
argument. Just seems like it would ultimately be useful, but (1) none of the code uses it and (2) in many code paths (SimpleSelect
and friends, native-query,..) that information is not even available.