1. 07 2月, 2001 13 次提交
  2. 06 2月, 2001 9 次提交
  3. 04 2月, 2001 10 次提交
  4. 03 2月, 2001 3 次提交
  5. 02 2月, 2001 2 次提交
  6. 01 2月, 2001 1 次提交
  7. 31 1月, 2001 2 次提交
    • P
      Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk · 234599e9
      Peter Mount 提交于
              - Some minor additions to Statement to make our own extensions more
                portable.
              - Statement.close() will now call ResultSet.close() rather than just
                dissasociating with it.
      234599e9
    • P
      Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk · 8439a83d
      Peter Mount 提交于
              - Fixed bug where Statement.setMaxRows() was a global setting. Now
                limited to just itself.
              - Changed LargeObject.read(byte[],int,int) to return the actual number
                of bytes read (used to be void).
              - LargeObject now supports InputStream's!
              - PreparedStatement.setBinaryStream() now works!
              - ResultSet.getBinaryStream() now returns an InputStream that doesn't
                copy the blob into memory first!
              - Connection.isClosed() now tests to see if the connection is still alive
                rather than if it thinks it's alive.
      8439a83d