Skip to content
Snippets Groups Projects
  1. Jun 07, 2000
    • Bruce Momjian's avatar
      Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java · d42f9b59
      Bruce Momjian authored
      It addresses three issues:
      
      1. The problem with ResultSet's interface specifying 1-based indexing was
      not quite fixed in 7.0.2.  absolute would stop the user form moving to the
      first record (record 0 internally).
      
      2. Absolute did not set current_row
      
      3. For field.mod=-1, GetObject would try to return numeric values with a
      precision of around 65000.  Now GetObject detects when field.mod==-1, and
      passes that as the scale to getBigDecimal.  getBigDecimal detects when a
      -1 is passed and simply does not scale the value returned.  You still get
      the correct value back, it simply does not tweak the precision.
      
      I'm working off of a source tree I just checked out from the
      repository.  The diff is based on what was in the repository about ten
      minutes ago.
      
      ----------------------------------------------------------------
      Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
      ----------------------------------------------------------------
      d42f9b59
  2. Jun 06, 2000
    • Peter Mount's avatar
      Added org/postgresql/DriverClass.java to the list of files removed by make... · e3cc370d
      Peter Mount authored
      Added org/postgresql/DriverClass.java to the list of files removed by make clean (it's dynamically built)
      Fixed Statement, so that the update count is valid when an SQL DELETE operation is done.
      While fixing the update count, made it easier to get the OID of the last insert as well. Example is in example/basic.java
      e3cc370d
  3. Jun 01, 2000
  4. May 12, 2000
  5. May 03, 2000
  6. Apr 17, 2000
  7. Sep 15, 1999
  8. Jun 27, 1999
  9. May 19, 1999
  10. May 18, 1999
  11. Jan 25, 1999
    • Marc G. Fournier's avatar
      · 2ee52295
      Marc G. Fournier authored
      From: Peter T Mount <peter@retep.org.uk>
      
      This implements some of the JDBC2 methods, fixes a bug introduced into the
      JDBC1 portion of the driver, and introduces a new example, showing how to
      use the CORBA ORB thats in Java2 with JDBC.
      
      The Tar file contains the new files, the diff the changes to the others.
      CHANGELOG is separate as I forgot to make a .orig ;-)
      2ee52295
  12. Jan 17, 1999
    • Bruce Momjian's avatar
      As the email posted to the announce and interfaces list, attached is a tar · 298682d9
      Bruce Momjian authored
      file containing the latest version of the JDBC driver, allowing it to be
      compiled and used under JDK 1.2 and later.
      
      NB: None (well almost none) of the new methods actually do anything. This
      release only handles getting it to compile and run. Now this is done, I'll
      start working on implementing the new stuff.
      
      Now this tar file replaces everything under src/interfaces/jdbc. I had to
      do it this way, rather than diffs, because most of the classes under the
      postgresql subdirectory have moved to a new directory under that one, to
      enable the support of the two JDBC standards.
      
      Here's a list of files in the tar file. Any file not listed here (in the
      postgresql directory) will have to be deleted, otherwise it could cause
      the driver to fail:
      
      Peter Mount
      298682d9
  13. Sep 03, 1998
  14. Apr 18, 1998
  15. Jan 11, 1998
  16. Nov 07, 1997
  17. Oct 30, 1997
  18. Aug 31, 1997
  19. Aug 16, 1997
Loading