You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Juan Carlos Prieto Llamas (JIRA)" <ib...@incubator.apache.org> on 2005/02/15 10:24:14 UTC

[jira] Created: (IBATIS-75) Blob with more 64K

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


[jira] Closed: (IBATIS-75) Blob with more 64K

Posted by "Brandon Goodin (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-75?page=all ]
     
Brandon Goodin closed IBATIS-75:
--------------------------------

    Resolution: Won't Fix

This is a known oracle issue and the recommendation is to upgrade the driver to the oracle 10g driver.

> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira