]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Added an alternative constructor to PGSQLException so that debugging
authorPeter Mount <peter@retep.org.uk>
Thu, 25 Jan 2001 09:16:36 +0000 (09:16 +0000)
committerPeter Mount <peter@retep.org.uk>
Thu, 25 Jan 2001 09:16:36 +0000 (09:16 +0000)
commitf118c36a7811b0a9e4c733863bc34c592c4a647f
tree317c03ce854b9539fa90bd5c990f8ba3000250e6
parent97f447b2cd81e029ca5008792c867512008f4b05
Added an alternative constructor to PGSQLException so that debugging
          some more osteric bugs is easier. If only 1 arg is supplied and it's
          of type Exception, then that Exception's stacktrace is now included.

This was done as there's been a report of an unusual bug during connection.
This will make this sort of bug hunting easier from now on.
src/interfaces/jdbc/CHANGELOG
src/interfaces/jdbc/org/postgresql/Driver.java.in
src/interfaces/jdbc/org/postgresql/util/PSQLException.java