Web Feb 14 17:29:00 GMT 2001 peter@retep.org.uk
Peter Mount <peter@retep.org.uk>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/build.xml | modified | +2 −1 |
| src/interfaces/jdbc/CHANGELOG | modified | +5 −0 |
| src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | modified | +3 −1 |
| src/interfaces/jdbc/org/postgresql/largeobject/BlobOutputStream.java | modified | +1 −0 |
| src/interfaces/jdbc/org/postgresql/largeobject/LargeObject.java | modified | +26 −4 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java | added | +184 −0 |
| src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java | modified | +3 −2 |