mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 08:29:08 +00:00
OPENJPA-1726: fix test case failures (TestInputStreamLob) for PostgreSQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@964265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b80f23e70
commit
99eef9d018
@ -214,12 +214,10 @@ public class JDBCEventConnectionDecorator extends AbstractConcurrentEventManager
|
||||
try {
|
||||
stmnt = ConcreteClassGenerator.
|
||||
newInstance(eventPreparedStatementImpl,
|
||||
JDBCEventConnectionDecorator.class,
|
||||
JDBCEventConnectionDecorator.this,
|
||||
PreparedStatement.class,
|
||||
super.prepareStatement(sql, rsType, rsConcur, false),
|
||||
EventConnection.class, EventConnection.this,
|
||||
String.class, sql);
|
||||
EventConnection.this,
|
||||
sql);
|
||||
} finally {
|
||||
fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT,
|
||||
before, stmnt, sql);
|
||||
|
Loading…
x
Reference in New Issue
Block a user