-
Would be nice to have Derby Support.
2009-11-15 15:07:36 UTC by ahoehma
-
I created a small patch for jdbc-logger-core to update ConnectionWrapper, PreparedStatementWrapper and StatementWrapper to the Java6 interfaces.
2009-11-15 15:06:25 UTC by ahoehma
-
Hi,
I am using c3p0 for connection pooling.
I use Spring with Hibernate
Instead of org.springframework.jdbc.datasource.DriverManagerDataSource , I am using com.mchange.v2.c3p0.ComboPooledDataSource, Class for my Data Source, jdbc logger is unable to log the sql. Please help ...
2009-07-28 15:51:29 UTC by kannanmugundan
-
Is this project still Active, Even I have the same problem. I guess we can modify and use the code, but it would be nice if you do that, and can show that this project is still active, so more people can use it. And any plans to support 11g ?.
2009-07-20 03:55:33 UTC by kannanmugundan
-
Dear All,
I am currently developing a web application using spring and I have integrated JDBC Logger and i am able to redirect the sql to the log files.
I would like to know if there is any option, lets say an sql is generated and throws error due to wrong code or syntax, is there a way to capture that sql by the application and do some processing or send to client. (I mean i want to send...
2009-07-15 04:01:39 UTC by kannanmugundan