vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto > Sent: 16 January 2005 15:26 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] Wrong numeric conversion > > With CVS HEAD, numeric values are not read correctly. > The SQL_NUMERIC_STRUCT is filled with > .precision=3, .scale=5 for a number like 500.00123, which > MSDASQL will > interpret as .00123 (noticed when MSDASQL had to convert it to a > string). Obviously the precision should be 8 or more. > The attached patch corrects this. Thanks Andreas, patch applied. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |