This is a discussion on BUG #1402: getPrecision don't work within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 1402 Logged by: raxfar Email address: raxfar@yahoo.com.tw PostgreSQL version: 8.0.0-rc2 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 1402 Logged by: raxfar Email address: raxfar@yahoo.com.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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |
| |||
| On Sat, 15 Jan 2005, raxfar wrote: > > Bug reference: 1402 > PostgreSQL version: 8.0.0-rc2 > Description: getPrecision don't work > > java.sql.ResultSetMetaData _oMetaData.getPrecision(i) > java.sql.ResultSetMetaData _oMetaData.getScale(i) > methods not to get Precision and Scale > What underlying data type are you trying to call these methods on? You need to provide some more information to describe what you are doing. Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
| ||||
| raxfar wrote: > The following bug has been logged online: > > Bug reference: 1402 > Logged by: raxfar > Email address: raxfar@yahoo.com.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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| Thread Tools | |
| Display Modes | |
|
|