Small Bug "Closing Bracket mark missing" in Sample provided - In
ibatis-2.3.4.726.zip distribution
---------------------------------------------------------------------------------------------------
Key: IBATIS-606
URL: https://issues.apache.org/jira/browse/IBATIS-606
Project: iBatis for Java
Issue Type: Bug
Components: Documentation
Affects Versions: 2.3.4
Reporter: Swanand Khanzode
Fix For: 2.3.4
Recently I downloaded the latest version of iBatis for Java (filename
"ibatis-2.3.4.726.zip"). It is provided with the a sample application in a
folder named "simple_example". I found a small bug in the Account.xml file in
that. The closing bracket of the sql part of is missing on line number 47, as
shown below
insert into ACCOUNT (
ACC_ID,
ACC_FIRST_NAME,
ACC_LAST_NAME,
ACC_EMAIL
values (
#id#, #firstName#, #lastName#, #emailAddress#
)
There should be a closing bracket mark before values
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.