Hi,
I am using hibernate3.jar of hibernate-distribution-3.3.2.GA, with mysql-5.0.86-win32. While try to persist an entity within transaction, the following error is thrown. Is there any compatibility issue between Hibernate 3 & Mysql 5. Please help.
Thanks, Karthick
java.sql.BatchUpdateException: Syntax error or access violation message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.customer (Bill_to_Addr1, Bill_to_Addr2, Bill_to_Addr3, Bill_to_Street, Bill_to_' at line 1" at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1540) at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
|