From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | raxfar <raxfar(at)yahoo(dot)com(dot)tw> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1402: getPrecision don't work |
Date: | 2005-01-17 22:35:58 |
Message-ID: | 41EC3DCE.8040009@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
raxfar wrote:
> The following bug has been logged online:
>
> Bug reference: 1402
> Logged by: raxfar
> Email address: raxfar(at)yahoo(dot)com(dot)tw
> PostgreSQL version: 8.0.0-rc2
> Operating system: windows 2000
> Description: getPrecision don't work
> Details:
>
> have
> java.sql.ResultSetMetaData _oMetaData.getPrecision(i)
> java.sql.ResultSetMetaData _oMetaData.getScale(i)
> methods not to get Precision and Scale
What JDBC driver version are you using?
What is the type of the columns that you are calling getPrecision() and
getScale() on? Do you have an example schema and query I can try out?
What are the results you get? What are the results you expected to get?
-O
From | Date | Subject | |
---|---|---|---|
Next Message | Manikanti Sreedhar Reddy | 2005-01-18 06:03:07 | Re: BUG #1406: subsequent WHEN/ELSE is getting |
Previous Message | Kris Jurka | 2005-01-17 22:35:15 | Re: BUG #1402: getPrecision don't work |