Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support global separator in <jdbc:initialize-database> [SPR-13792] #18365

Closed
spring-projects-issues opened this issue Dec 14, 2015 · 0 comments
Closed
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Corrado Alesso opened SPR-13792 and commented

<jdbc:initialize-database> should support a property separator that will apply globally to the inner <jdbc:script> tags so that it won't be necessary to replicate this information on all the inner tags, assuming the format of the scripts is the same. In any case, script-level separator support should not be removed, so that specific overrides can be set as needed.

Please see gist here https://gist.github.com/namero999/ef3d5fb82200a930e9f6

In the context of this ticket, documentation at http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/jdbc.html#jdbc-intializing-datasource should be updated accordingly as well.


Affects: 4.2.3

Reference URL: https://gist.github.com/namero999/ef3d5fb82200a930e9f6

Referenced from: commits 714ae26

@spring-projects-issues spring-projects-issues added in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 4.3 RC1 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants