Applied patches from Oliver Jowett to fix the following bugs:

Barry Lind <barry@xythos.com>

Commit: 2495365df10c2d6c2bf29988af7d875bb81a69b7
Author: Barry Lind <barry@xythos.com>
Date: 2003-08-24T22:10:09Z
Releases: 7.4.1
Applied patches from Oliver Jowett to fix the following bugs:
 - adds a finalizer method to AbstractJdbc1Statement to clean up in the case of
   poor user code which fails to close the statement object
 - fix ant build file to correctly detect dependencies across jdbc1/jdbc2/jdbc3
 - fix a coupld of server prepared statement bugs and added regression test for
   them
Applied patch from Kim Ho:
 - adds support for get/setMaxFieldSize().
Also fixed build.xml to provide a better error message in the event that an
older version of the driver exists in the classpath when trying to build.

Files