Hello,
I upgraded my HypersonicSQL 1.7.1 to 1.7.2_Alpha_T because
this version allows the usage of BIGINT identity columns.
However...I can run inserts and selects with my little app but
doing one query I get following exception.
I have no idea what is going wrong...some issue with the 'dialect'?
Can someone interpret Error: -16 or SQLState: 37000, respectively?
Thanks for any kind of help or suggestion!
mac
22:02:30,733 WARN net.sf.hibernate.util.JDBCExceptionReporter:38 - SQL Error: -16, SQLState: 37000
22:02:30,733 ERROR net.sf.hibernate.util.JDBCExceptionReporter:46 - Wrong data type: TOP m in statement [select top ? messager0_.messageId as messageId, messager0_.tstamp as tstamp, messager0_.destinationId as destinat3_, messager0_.languageId as languageId, messager0_.projectStatusId as projectS5_, messager0_.reviewerId as reviewerId, messager0_.reviewerStatusId as reviewer7_, messager0_.sourceURI as sourceURI, messager0_.text as text from t_Message messager0_ where (destinationId in(? , ? , ? , ? , ?))and(languageId in(? , ? , ? , ?))and(reviewerStatusId=0 ) order by tstamp asc]
22:02:30,733 ERROR net.sf.hibernate.util.JDBCExceptionReporter:38 - Could not execute query
java.sql.SQLException: Wrong data type: TOP m in statement [select top ? messager0_.messageId as messageId, messager0_.tstamp as tstamp, messager0_.destinationId as destinat3_, messager0_.languageId as languageId, messager0_.projectStatusId as projectS5_, messager0_.reviewerId as reviewerId, messager0_.reviewerStatusId as reviewer7_, messager0_.sourceURI as sourceURI, messager0_.text as text from t_Message messager0_ where (destinationId in(? , ? , ? , ? , ?))and(languageId in(? , ? , ? , ?))and(reviewerStatusId=0 ) order by tstamp asc]