spring-jdbc : Improve memory allocations when substituting named parameters. [SPR-16170] #20718
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Benoit opened SPR-16170 and commented
Create the buffer with at least the original sql length to avoid multiple re-allocations
Add a fast path if the original sql doesn't contain any parameters
JMH results
Affects: 4.3.12, 5.0.1
Referenced from: pull request #1588, and commits 457c70c
Backported to: 4.3.13
The text was updated successfully, but these errors were encountered: