Menu

#213 getBinaryStream() on result set doesn't work

closed-fixed
nobody
None
1
2009-12-29
2009-08-27
Anonymous
No

getBinaryStream() on result set doesn't work, it gives following exception

com.geodesiconline.mims.db.dao.DAOException: java.lang.ClassCastException: org.hsqldb.types.BlobDataID cannot be cast to org.hsqldb.types.BinaryData

Discussion

  • Nobody/Anonymous

    the getBinaryStream() related issue comes with hsqldb1.9.0-rc4

     
  • Nobody/Anonymous

    The actual call where the exception came is
    argResultSet.getBinaryStream( "dsobject" );

     
  • Fred Toussi

    Fred Toussi - 2009-10-13

    Thanks. Has been fixed for the release.

     
  • Fred Toussi

    Fred Toussi - 2009-10-13
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • Fred Toussi

    Fred Toussi - 2009-12-29
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.