mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +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 {
|
try {
|
||||||
stmnt = ConcreteClassGenerator.
|
stmnt = ConcreteClassGenerator.
|
||||||
newInstance(eventPreparedStatementImpl,
|
newInstance(eventPreparedStatementImpl,
|
||||||
JDBCEventConnectionDecorator.class,
|
|
||||||
JDBCEventConnectionDecorator.this,
|
JDBCEventConnectionDecorator.this,
|
||||||
PreparedStatement.class,
|
|
||||||
super.prepareStatement(sql, rsType, rsConcur, false),
|
super.prepareStatement(sql, rsType, rsConcur, false),
|
||||||
EventConnection.class, EventConnection.this,
|
EventConnection.this,
|
||||||
String.class, sql);
|
sql);
|
||||||
} finally {
|
} finally {
|
||||||
fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT,
|
fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT,
|
||||||
before, stmnt, sql);
|
before, stmnt, sql);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user