-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Affects Version/s: 2.1
-
Component/s: Database (Oracle)
-
None
The UpgradeTask901JiraIssueTypes upgrade task has a SQL statement with ';' character in it, see code below -
statement.execute("DROP TABLE BUILDRESULTSUMMARY_JIRAISSUE;");
This doesn't go well with Oracle database, which throws an ORA-00911: invalid character exception.