Opened 12 years ago
Closed 12 years ago
#932 closed defect (fixed)
new line issue with Oracle scripts
Reported by: | ianwallen | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Even thought the oracle create/migrate scripts (web\src\main\webapp\WEB-INF\classes\setup\sql) are intended to run within the installer, when there are issues, they can be executed manually. When executed via oracle sql developer there are no issues however when executed via sqlplus it fails to run due to some empty lines within multiline commands.
I'm including a simple patch to remove the empty lines within the commands so that the scripts can be manually executed via sqlplus if desired.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | oracle_newline_patch.patch added |
---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It was committed properly.
Commit 7ed02dbaec28cef8d742e584619f339a2cb5fc7f
Note:
See TracTickets
for help on using tickets.
hi Ian,
I have merged your pull request to branch 2.8.x, but I'm not clear whether it is already in the Master branch. If not, could you create a new pull request for the Master branch ?