On Sat, 19 Feb 2005, Michael Barker wrote:
> I have attached a patch that provides support for JDBC 3 Blobs for the
> PostgreSQL driver.
>
> JUnit tests are included. The only method that is not implemented is
> truncate(). I couldn't find a simple efficient method for doing this
> via the LargeObject API.
>
You have not included the unit tests. What about implemeting these
methods for CLOB at the same time? They're pretty much identical.
You have included your username and password in build.properties though,
you can put these values in a file called build.local.properties and they
will not show up in diffs.
Kris Jurka