]> granicus.if.org Git - postgresql/commit
Web Feb 14 17:29:00 GMT 2001 peter@retep.org.uk
authorPeter Mount <peter@retep.org.uk>
Wed, 14 Feb 2001 17:45:17 +0000 (17:45 +0000)
committerPeter Mount <peter@retep.org.uk>
Wed, 14 Feb 2001 17:45:17 +0000 (17:45 +0000)
commitbb7b71826d7a32752ace2f4574752a401fb7fa0f
treee273ace65b4d32e51e57d481c1be5099d7f3d4df
parentc1abe85529da1cd995896fb88492d353eafbfc8d
Web Feb 14 17:29:00 GMT 2001 peter@retep.org.uk
        - Fixed bug in LargeObject & BlobOutputStream where the stream's output
          was not flushed when either the stream or the blob were closed.
        - Fixed PreparedStatement.setBinaryStream() where it ignored the length
src/interfaces/jdbc/CHANGELOG
src/interfaces/jdbc/build.xml
src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java
src/interfaces/jdbc/org/postgresql/largeobject/BlobOutputStream.java
src/interfaces/jdbc/org/postgresql/largeobject/LargeObject.java
src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java [new file with mode: 0644]