Menu

#310 AbstractDatabaseConnection createQueryTable throws UOEx

v2.4.*
closed-fixed
Bug (232)
5
2011-02-22
2010-12-08
jimmyhui
No

When using the ForwardOnlyResultSetTable, a call gets made to AbstractDatabaseConnection.createTable which in turn calls into createQueryTable.

Inside the createQueryTable function it has this line of code:
logger.debug("createQueryTable: rowCount={}", Integer.valueOf(rsTable.getRowCount()));
This throws an UnsupportedOperationException when using the ForwardOnlyResultSetTable and fails.

Discussion

  • Jeff Jensen

    Jeff Jensen - 2010-12-08

    Can you attach an integration test that reproduces the problem please? I will fix this...

     
  • Jeff Jensen

    Jeff Jensen - 2010-12-08
    • summary: AbstractDatabaseConnection createQueryTable --> AbstractDatabaseConnection createQueryTable throws UOEx
    • assigned_to: gommma --> jeffjensen
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • Jeff Jensen

    Jeff Jensen - 2011-02-22
    • status: closed --> closed-fixed
     
  • Jeff Jensen

    Jeff Jensen - 2011-02-22

    Committed change - no test or patch provided. Please verify and report back.

     

Log in to post a comment.