I need to wrap a jdbc driver and make it so that we can ignore autoCommit commands as the driver I'm using doesn't support it, and the app I use is sending those commands.
Can I do this with p6spy?
I didn't see anything that mentions how to modify / suppress SQL commands.
But the Info page mentions: P6Spy is an open source framework for applications that intercept and optionally modify database statements.
So, I'm hoping someone can point me in the right direction.
Thanks!