1. 07 Feb, 2001 4 commits
  2. 06 Feb, 2001 15 commits
  3. 05 Feb, 2001 3 commits
  4. 04 Feb, 2001 5 commits
  5. 03 Feb, 2001 6 commits
  6. 02 Feb, 2001 2 commits
  7. 01 Feb, 2001 2 commits
  8. 31 Jan, 2001 3 commits
    • Michael Meskes's avatar
      Applied two bug fixes by Christof Petig. · c9ecf3d1
      Michael Meskes authored
      c9ecf3d1
    • Peter Mount's avatar
      Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk · 234599e9
      Peter Mount authored
              - 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
    • Peter Mount's avatar
      Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.uk · 8439a83d
      Peter Mount authored
              - 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