Chad Wilson commented on Bug HHH-8350

Error is

Caused by: java.sql.SQLSyntaxErrorException: ORA-00907: missing right parenthesis

	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)

Bad SQL generated:

15:28:55,500  [main] SQL DEBUG <logStatement> - select * from (select book.bookid, businessunit.region from book join businessunit on book.bucode = businessunit.bucode where bookid in ?, ? )
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