-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: testIssues in the test moduleIssues in the test modulestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Sam Brannen opened SPR-11519 and commented
Status Quo
JdbcTestUtils.readScript(LineNumberReader, String) already allows one to supply a custom commentPrefix. However, there is currently no variant of executeSqlScript() that allows you to provide the commentPrefix. Consequently, there is no way to execute a script and specify a custom comment prefix (e.g., "//" instead of "--").
Deliverables
- Introduce overloaded versions of
executeSqlScript()inJdbcTestUtilsthat allow one to supply a custom comment prefix.
Affects: 4.0 GA
Issue Links:
- Support multi-line SQL comments in ResourceDatabasePopulator and JdbcTestUtils [SPR-9531] #14165 Support multi-line SQL comments in ResourceDatabasePopulator and JdbcTestUtils
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test modulestatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement