https://bz.apache.org/bugzilla/show_bug.cgi?id=60764
--- Comment #3 from Keiichi Fujino <[email protected]> --- Thanks. I am planning to fix this problem as follows. -Implement equals() and hashCode() in the StatementDecoratorInterceptor. -Enable StatementDecoratorInterceptor by default.(mybe configuable) As a result, Interceptor chain will be follows. DisposableConnectionFacade -> StatementDecoratorInterceptor -> XXXInterceptor(1..n) -> ProxyConnection -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
