Ignore delimiter enclosed in double quotes in ScriptUtils #26935
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
The
containsSqlScriptDelimiters()
method inScriptUtils
currently ignores delimiters enclosed in single quotes but not those enclosed within double quotes.This contradicts the algorithm in
splitSqlScript()
and therefore constitutes a bug.This applies to the
ScriptUtils
implementations inspring-jdbc
andspring-r2dbc
.The text was updated successfully, but these errors were encountered: