postgresql/src
Bruce Momjian d42f9b59e9 Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
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
----------------------------------------------------------------
2000-06-07 20:01:20 +00:00
..
backend Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 2000-06-07 16:27:00 +00:00
bin New ps display code, works on more platforms. 2000-06-04 01:44:38 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Re-order pg_listener index so it can later be used in an index scan. 2000-06-07 04:09:44 +00:00
interfaces Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java 2000-06-07 20:01:20 +00:00
makefiles Please forget all I said about gcc and AIX in my previous mail. 2000-04-05 14:47:21 +00:00
pl Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 2000-06-07 16:27:00 +00:00
template Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 2000-06-07 16:27:00 +00:00
test Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
tools Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 2000-06-07 16:27:00 +00:00
tutorial Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils Remove NT-specific file open defines by defining our own open macros for 2000-06-02 15:57:44 +00:00
win32 Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Moved configure script from src/ to the top level directory. Moved 2000-06-06 22:01:15 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
Makefile.shlib Several compilation and run-time problems occur when building on SGI 2000-05-16 20:48:52 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00