com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column in field list ---------------------------------------------------------------------------------
Key: IBATIS-591 URL: https://issues.apache.org/jira/browse/IBATIS-591 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.1 Reporter: Dhananjay Patkar I am using Spring( 2.0.7) ,Ibatis ( 2.3.0) with MySQL (5.1.30-community) Trying to execute a MySQL procedure with several in parameters and 1 out parameter. Procedure executes successfully ,Records gets inserted and updated in database when called from UI ,but it throws exception at the end... attached exception log with this post. Trying hard to crack it... Please help me to solve this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.