From: Johannsen, C. <cjo...@re...> - 2003-03-21 16:40:05
|
Hello, Is there a reason that CommonMockConnection only allows a single Statement, but allows multiple PreparedStatements? I have a code chunk that executes two separate Statements (different SQL) in order, and the test fails since the CommonMockConnection implementation only allows a single Statement. If there is no particular reason that this limitation is present, I'd like to enhance CommonMockConnection to allow multiple Statements in the same manner that it allows multiple PreparedStatements. Cory Johannsen |