Re: patch for getXXX methods - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: patch for getXXX methods
Date
Msg-id 40F2A1F5.2000400@opencloud.com
Whole thread Raw
In response to Re: patch for getXXX methods  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: patch for getXXX methods
List pgsql-jdbc
Dave Cramer wrote:
> Oliver,
>
> Yes, and this is why I needed to do it for getLong, but I don't think
> it's necessary for getInt, getByte, as it is really just to test to see
> if it is greater than the max allowed value.

Sure, but my original comment was that I would like to see a consistent
approach for all conversions, not one approach for longs and another for
the other types.

-O

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Timestamp Question
Next
From: Dave Cramer
Date:
Subject: Re: patch for getXXX methods