Re: Fast BigDecimal

From: Kris Jurka <books(at)ejurka(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Fast BigDecimal
Date: 2009-04-19 16:15:07
Message-ID: Pine.BSO.4.64.0904191211550.12599@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 19 Apr 2009, Heikki Linnakangas wrote:

> Thanks. One more thing: this accepts "-.", which the normal version doesn't.
> Patch attached.
>

Committed. This was a problem for the getFastInt/Long methods as well
where they allowed a bare negative sign.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Lister 2009-04-19 18:17:33 Unit tests and ordering
Previous Message Heikki Linnakangas 2009-04-19 08:16:14 Re: Fast BigDecimal