fixed QueryExecuter to deal with multiple errors
authorDave Cramer <davec@fastcrypt.com>
Sat, 16 Mar 2002 02:15:22 +0000 (02:15 +0000)
committerDave Cramer <davec@fastcrypt.com>
Sat, 16 Mar 2002 02:15:22 +0000 (02:15 +0000)
commit92857b503a1cae5f15bb0f90b22a1669f5a9bada
tree09089fb9059eae88cf6cedf8ceb999f7357263a1
parent07cd7cc08f09b0ce29eac1dfb2381a136022dd1b
fixed QueryExecuter to deal with multiple errors
previously it was throwing a SQLException as soon as the error message was
received from the backend. This did not allow the protocol to finish properly
now, simply collects error messages from the backend until the query is done
and throws exception at the end
Also added setLogLevel to Driver.java, and made the log levels public
src/interfaces/jdbc/org/postgresql/Driver.java.in