pgsql-server: When retrieving an array of numerics it attempted to set

From: jurka(at)svr1(dot)postgresql(dot)org (Kris Jurka)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: When retrieving an array of numerics it attempted to set
Date: 2004-07-15 10:00:21
Message-ID: 20040715100021.4FAF2D1B1A1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When retrieving an array of numerics it attempted to set the scale on
the retrieved data to zero, which doesn't work for non-integer values.

Oliver Dauben

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2:
Array.java (r1.23.2.1 -> r1.23.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2/Array.java.diff?r1=1.23.2.1&r2=1.23.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2004-07-15 13:36:40 pginstaller - pginst: Move cancel button to a sensible place on the
Previous Message Bruce Momjian 2004-07-15 03:56:10 pgsql-server: Add permission display to \db+.