Skip to content
Snippets Groups Projects
  1. Mar 20, 1998
    • Bruce Momjian's avatar
      This patch fixes a couple of minor bugs: · 2b3bb341
      Bruce Momjian authored
      1) DatabaseMetaData.getPrimaryKeys() would fail saying that there
      is no
         table t.
      
      2) PreparedStatement.getObject() was missing some break statements,
      which
         was causing updates not to work with JBuilder (supplied by Aaron
         Dunlop).
      
      
      jdbc fixes from Peter.
      2b3bb341
  2. Mar 15, 1998
    • Marc G. Fournier's avatar
      From: Peter T Mount <patches@maidast.demon.co.uk> · 31a925c4
      Marc G. Fournier authored
      Ok, this fixes three things:
      
      1. It seems (from tests submitted by two people with JBuilder) that
         JBuilder expects a responce from ResultSetMetaData.getPrecision() &
         getScale() when used on non numeric types. This patch makes these
         methods return 0, instead of throwing an exception.
      
      2. Fixes a small bug where getting the postgresql type name returns null.
      
      3. Fixes a problem with ResultSet.getObject() where getting it's string
         value returns null if you case the object as (PGobject), but returns
         the value if you case it as it's self.
      31a925c4
  3. Feb 22, 1998
  4. Feb 20, 1998
  5. Feb 09, 1998
  6. Feb 02, 1998
    • Marc G. Fournier's avatar
      From: Peter T Mount <patches@maidast.demon.co.uk> · 4e9dd952
      Marc G. Fournier authored
      [This is a repost - it supercedes the previous one. It fixes the patch so
      it doesn't bread aix port, plus there's a file missing out of the
      original post because difforig doesn't pick up new files. It's now
      attached. peter]
      
      This patch brings the JDBC driver up to the current protocol spec.
      Basically, the backend now tells the driver what authentication scheme to
      use.
      
      The patch also fixes a performance problem with large objects. In the
      buffer manager, each fastpath call was sending multiple Notifications to
      the backend (sometimes more data in the form of notifications were being
      sent than blob data!).
      4e9dd952
  7. Jan 13, 1998
  8. Jan 11, 1998
  9. Nov 07, 1997
  10. Oct 30, 1997
  11. Sep 29, 1997
    • Marc G. Fournier's avatar
      From: Peter T Mount <patches@maidast.demon.co.uk> · 65818b6b
      Marc G. Fournier authored
      This patch fixes a few results in DatabaseMetaData, and updates the README
      and TODO files (the later being a new file).
      
      The TODO file lists the things that need to be looked into after 6.2 is
      released, and describes the problem with Large Objects.
      65818b6b
  12. Sep 28, 1997
    • Marc G. Fournier's avatar
      From: CNT systemen BV <cntsys@cistron.nl> · fb269b46
      Marc G. Fournier authored
      I've found a problem in the Postgresql jdbc driver.
      "ReceiveInteger" shifts a received byte right instead of left.
      This means that only the least significant byte is read into the int.
      
      Reviewed by: Peter T Mount <patches@maidast.demon.co.uk>
      fb269b46
  13. Sep 20, 1997
  14. Aug 31, 1997
  15. Aug 16, 1997
Loading