Web Feb 14 17:29:00 GMT 2001 [email protected]
authorPeter Mount
Wed, 14 Feb 2001 17:45:17 +0000 (17:45 +0000)
committerPeter Mount
Wed, 14 Feb 2001 17:45:17 +0000 (17:45 +0000)
        - 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]

index b02e4d3756a95a907ea771339d63bf51d9e225f4..53855073033f9973d63186687fe88f4be02dfc5f 100644 (file)
@@ -1,3 +1,8 @@
+Web Feb 14 17:29:00 GMT 2001 [email protected]
+        - 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
+
 Tue Feb 13 16:33:00 GMT 2001 [email protected]
         - More TestCases implemented. Refined the test suite api's.
         - Removed need for SimpleDateFormat in ResultSet.getDate() improving
index e95c646f5d27c701fe8a9c863fb1368bd3fe6a46..5f09ed887bce26563adaebdc8251f19470308861 100644 (file)
@@ -3,7 +3,7 @@
   build file to allow ant (http://jakarta.apache.org/ant/) to be used
   to build the PostgreSQL JDBC Driver.
 
-  $Id: build.xml,v 1.5 2001/02/07 09:13:20 peter Exp $
+  $Id: build.xml,v 1.6 2001/02/14 17:45:13 peter Exp $
 
 -->
 
@@ -26,6 +26,7 @@
   
   
   
+