Firebird driver bughunt

From: Holger Hoffstätte (holge..izards.de)
Date: Mon Sep 08 2003 - 04:40:49 EDT

  • Next message: Scott Finnerty: "IncrementalFaultList behavior"

    I've looked into the Firebird OOM caused by
    DataContextExtrasTst.(testCommitChangesError/testSelectException) and am
    unfortunately none the wiser. Performing the usual suspects with plain
    JDBC like selecting from nonexiting tables, creating a table and selecting
    nonexisting columns etc. always raises the expected exceptions. All
    testCommitChangesError does is pull the auto_pk_table from underneath
    Cayenne to see whether inserts fail as expected, but for some reason the
    driver goes into la-la land during commitChanges() and trying to SELECT
    NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = 'ARTIST'.

    No clue what this could be :(
    Holger



    This archive was generated by hypermail 2.0.0 : Mon Sep 08 2003 - 04:38:41 EDT