Blob with more 64K
------------------
Key: IBATIS-75
URL: http://issues.apache.org/jira/browse/IBATIS-75
Project: iBatis for Java
Type: Test
Components: SQL Maps
Versions: 2.0.9
Environment: Ibatis 2.0.9
XP
Oracle 8
Reporter: Juan Carlos Prieto Llamas
Priority: Minor
Hi Clinton and team.
My code is:
...
<parameterMap class="es.business.entity" id="parametersEntity">
<parameter property="data" jdbcType="BLOB"/>
<parameter property="idEntity"/>
</parameterMap>
<update id="updateentity" parameterMap="parametersEntity">
UPDATE ENTITY SET data=? WHERE idEntity=?
</update>
...
When I raise a small file works, nevertheless when I raise a file of more of 64
K fails.
My Code is correct???
Thanks and excusme by my English
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira