[ http://issues.apache.org/jira/browse/IBATIS-62?page=comments#action_59202 ] Peter Nunn commented on IBATIS-62: ----------------------------------
I agree...if the CTH returned the PreparedStatement then the Oracle CLOB handling would work fine...i.e. get the Connection off the statement. I agree with your point regarding not having pluggable ParameterGetter/Setters, provided the CTH API is flexible enough... I don't think it current is. Are there any plans to add a method to ParameterSetter to expose the statement? Regarding the 10g drivers... I've installed the Oracle-10g running against 9i, but still get error messages inserting data over 4K. I've verified the classpath....can't figure it out. Thanks for your comments. > BLOB Handling in IBATIS 2.0.9 > ----------------------------- > > Key: IBATIS-62 > URL: http://issues.apache.org/jira/browse/IBATIS-62 > Project: iBatis for Java > Type: Bug > Components: SQL Maps > Versions: 2.0.9 > Reporter: Martin Dawe > Assignee: Clinton Begin > Priority: Critical > > We are currently trying to utilise the new BLOB handling features of IBATIS > 2.0.9. We have managed to pull back a BLOB from ORACLE as a byte[], but we're > only pulling back 86bytes (as mentioned in a previous post by another member) > of data for large .pdf documents. > It is unclear from previous posts whether this feature actually works > entirely, but it would be greatly appreciated if we could have some example > implementation of the BLOB handling in IBATIS. > Thanks -- 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
