Kenneth Hutchinson wrote:
> Yes, please add this. Or have it write to a log or something. Usually
> an app has a details button that allows you to see a trace or something
> with more detail. What is provided is not sufficient.
If you set a log writer on java.sql.DriverManager, every
java.sql.SQLException (or subclass e.g. PSQLException) will log a stack
trace on construction. I actually find this more annoying than useful
when debugging, but it's out of our control..
-O