]> granicus.if.org Git - postgresql/commit
When retrieving an array of numerics it attempted to set the scale on
authorKris Jurka <books@ejurka.com>
Thu, 15 Jul 2004 10:00:20 +0000 (10:00 +0000)
committerKris Jurka <books@ejurka.com>
Thu, 15 Jul 2004 10:00:20 +0000 (10:00 +0000)
commit7b2c575d4e73e456116419e7069d1512536a736a
tree471b8e393ff0b57f14604bb5b0ac52a991e6643c
parent54affc0921a169559ccbca57fa1b7a9ba09ef813
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
src/interfaces/jdbc/org/postgresql/jdbc2/Array.java