Fixed bug with Warnings. Warnings are not added to the Statement instead of

Barry Lind <barry@xythos.com>

Commit: 137b123fc778166bcf1b0ae214372faa762953d4
Author: Barry Lind <barry@xythos.com>
Date: 2003-05-07T03:03:30Z
Releases: 7.4.1
Fixed bug with Warnings.  Warnings are not added to the Statement instead of
the connection when appropriate.
This checkin also adds the type map for jdbc3, however currently it is
identical to the jdbc2 mapping.

 Modified Files:
 	jdbc/org/postgresql/core/BaseStatement.java
 	jdbc/org/postgresql/core/QueryExecutor.java
 	jdbc/org/postgresql/jdbc3/AbstractJdbc3Connection.java

Files