You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need extra functionality from OracleJdbcDriver.
So, to use for example PreparedStatementSpy we need create
public class OraclePreparedStatementSpy extends PreparedStatementSpy implements
PreparedStatement,OraclePreparedStatement
and implement this functionality.
But because in ConnectionSpy constructor for PreparedStatementSpy write
directly this is not possible.
The decision is to use factory for spy class which can be configured.
We are going to implement this.
Will we be able to merge this with this branch in future?
If it's possible, could you please give us an advice on this and tell us if
there are any restrictions?
Original issue reported on code.google.com by [email protected] on 18 Dec 2012 at 9:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Dec 2012 at 9:13The text was updated successfully, but these errors were encountered: