On Wed, 7 Jul 2004, Dario V. Fassi wrote:
> Hi all,
>
> I believe that the method ResultSerMetaData.getColumnDisplaySize()
> with timestamp columns return 0 length
> when they would return 19 or 26.
I've modified the cvs version of the driver to return a size for
times and timestamps with timezones.
> The same way , methods getColumnPresicion() and getColumnScale() .
>
I've modified the cvs version of the driver to return the number of
fractional seconds in time/timezone fields in the getScale() method. I'm
not sure what you are implying about getPrecision here.
Kris Jurka