-
Bug
-
Resolution: Done
-
Major
-
6.2.0
-
None
Description of problem:
Two statements from SqlServer upgrade scripts miss semicolon at the end of them. See here [1]. The correct syntax is to end a statement with semicolon or batch of statements with GO. PR for this is here [2]. This is not blocker for 6.2.0 - See comments in PR.
This applies for both SqlServer dialects that we have scripts for - sqlserver, sqlserver2008.
[1] https://github.com/droolsjbpm/jbpm/blob/974cad8d8a553fffe1dc0d3cfbdf7fafaca71461/jbpm-installer/db/upgrade-scripts/sqlserver2008/bpms-6.0-to-6.1.sql#L49
[2] https://github.com/droolsjbpm/jbpm/pull/344
Version-Release number of selected component (if applicable): 6.2.0.CR1