spring-framework/spring-jdbc
nkjackzhang 82cb5dbf2b NamedParameterUtils.parseSqlStatement should parse :{x} style parameter correctly
In my opinion, we should parse ":{x}" style parameter as "x" is parameter using "NamedParameterUtils.parseSqlStatement",
so the condition "j - i > 2" is the correct condition, not "j - i > 3", because if "i" is the index of
":" in ":{x}", and "j" is the index of "}" in ":{x}",  "j - i == 3" is true.
Also add a test case for SPR-16663.
2018-03-29 15:00:25 +02:00
..
src NamedParameterUtils.parseSqlStatement should parse :{x} style parameter correctly 2018-03-29 15:00:25 +02:00
spring-jdbc.gradle Upgrade to Kotlin 1.2.31 and RxJava 2.1.12 2018-03-24 16:48:53 +01:00