Skip to content

JDBC data source initializer should ignore empty strings [SPR-7363] #12021

@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-7363 and commented

JDBC data source initializer should ignore empty strings. It trims() the SQL queries in the wrong place or the wrong way, so that if there is a line in the input with a trailing space, it sends an empty string to the database as a query. Some databases are OK with this but Oracle (in particular) barfs.


Referenced from: commits a8133a9

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions