Testing the current code in my github fork, it looks like it's generating some flaky SQL.
The insert statements (being generated by AbstractTableBasedBulkIdHandler?) are generating 'select id$1 from' – missing a ', '.
The delete queries are missing a closing paren after the sub-select.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Testing the current code in my github fork, it looks like it's generating some flaky SQL.
The insert statements (being generated by AbstractTableBasedBulkIdHandler?) are generating 'select id$1 from' – missing a ', '.
The delete queries are missing a closing paren after the sub-select.