numeric type issue

--_000_8C3F6C3393513F4BAFA2D95D662927231D0CCB6FC1EXVMBX0202e xc_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

I'm trying to migrate postgres 7.4 to postgres 8.4.2-1. Everything seems =
to work fine, but fields in database with NUMERIC type returning wrong valu=
es, but in the tables they are correct.

For example: I have column defined like this:
charge numeric(7,2) DEFAULT 0 NOT NULL,NOT NULL with value 6.67.

If I use psqlODBC version 08.04.0100 return value would be 6.00, but if I u=
se driver postgresql-odbc-08.03.0400-1PGDG.rhel5 return value is 6.67 which=
is how it suppose to be.

Does anybody know any issues with version 08.04.0100 regarding numeric type=
? . Would it be safe to use postgresql-odbc-08.03.0400-1PGDG.rhel5 driver=
with 8.4.2-1 postgres?


Thanks
-Valdas






--_000_8C3F6C3393513F4BAFA2D95D662927231D0CCB6FC1EXVMBX0202e xc_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
[at] font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
[at] font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
..MsoChpDefault
{mso-style-type:export-only;}
[at] page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal>Hi,<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>I'm trying to migrate postgres 7.4  to postgres 8=
..4.2-1. 
Everything seems to work fine, but fields in database with NUMERIC type
returning wrong values, but in the tables they  are correct.<o:p></o:p=
></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal> For example:  I have column defined like th=
is:<o:p></o:p></p>

<p class=3DMsoNormal>charge numeric(7,2) DEFAULT 0 NOT NULL,NOT NULL  =
with
value 6.67.<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>If I use psqlODBC version 08.04.0100 return value woul=
d be
6.00, but if I use driver postgresql-odbc-08.03.0400-1PGDG.rhel5 return val=
ue
is 6.67 which is how it suppose to be.<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>Does anybody know any issues with version 08.04.0100
regarding numeric type ? .  Would it be safe to use postgresql-odbc-08=
..03.0400-1PGDG.rhel5
driver with 8.4.2-1 postgres? <o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal>Thanks<o:p></o:p></p>

<p class=3DMsoNormal>-Valdas<o:p></o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal><span style=3D'font-size:12.0pt;font-family:"Times New=
Roman","serif"'><o:p> </o:p></span></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

<p class=3DMsoNormal><o:p> </o:p></p>

</div>

</body>

</html>

--_000_8C3F6C3393513F4BAFA2D95D662927231D0CCB6FC1EXVMBX0202e xc_--
Valdas Rutkauskas [ Fr, 12 Februar 2010 18:51 ] [ ID #2032127 ]

Re: numeric type issue

Valdas Rutkauskas wrote:
> Hi,
>
>
>
> I'm trying to migrate postgres 7.4 to postgres 8.4.2-1. Everything
> seems to work fine, but fields in database with NUMERIC type returning
> wrong values, but in the tables they are correct.
>
>
>
> For example: I have column defined like this:
>
> charge numeric(7,2) DEFAULT 0 NOT NULL,NOT NULL with value 6.67.
>
>
>
> If I use psqlODBC version 08.04.0100 return value would be 6.00, but if
> I use driver postgresql-odbc-08.03.0400-1PGDG.rhel5 return value is 6.67
> which is how it suppose to be.
>
>
>
> Does anybody know any issues with version 08.04.0100 regarding numeric
> type ?

This bug was fixed in 8.4.0200.

regards,
Hiroshi Inoue


--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Hiroshi Inoue [ Di, 16 Februar 2010 00:49 ] [ ID #2032464 ]

Re: numeric type issue

Thanks!

Do you know if this bug is only for *nix version ? We using this driver in =
windows and do not see isue there.



-----Original Message-----
From: Hiroshi Inoue [mailto:inoue [at] tpf.co.jp]
Sent: Monday, February 15, 2010 6:49 PM
To: Valdas Rutkauskas
Cc: pgsql-odbc [at] postgresql.org
Subject: Re: [ODBC] numeric type issue

Valdas Rutkauskas wrote:
> Hi,
>
>
>
> I'm trying to migrate postgres 7.4 to postgres 8.4.2-1. Everything
> seems to work fine, but fields in database with NUMERIC type returning
> wrong values, but in the tables they are correct.
>
>
>
> For example: I have column defined like this:
>
> charge numeric(7,2) DEFAULT 0 NOT NULL,NOT NULL with value 6.67.
>
>
>
> If I use psqlODBC version 08.04.0100 return value would be 6.00, but if=

> I use driver postgresql-odbc-08.03.0400-1PGDG.rhel5 return value is 6.67=

> which is how it suppose to be.
>
>
>
> Does anybody know any issues with version 08.04.0100 regarding numeric
> type ?

This bug was fixed in 8.4.0200.

regards,
Hiroshi Inoue


--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Valdas Rutkauskas [ Di, 16 Februar 2010 18:03 ] [ ID #2032472 ]

Re: numeric type issue

Valdas Rutkauskas wrote:
> Thanks!
>
> Do you know if this bug is only for *nix version ? We using this driver in windows and do not see isue there.

This bug doesn't exist in Windows version.

regards,
Hiroshi Inoue

> -----Original Message-----
> From: Hiroshi Inoue [mailto:inoue [at] tpf.co.jp]
> Sent: Monday, February 15, 2010 6:49 PM
> To: Valdas Rutkauskas
> Cc: pgsql-odbc [at] postgresql.org
> Subject: Re: [ODBC] numeric type issue
>
> Valdas Rutkauskas wrote:
>> Hi,
>>
>>
>>
>> I'm trying to migrate postgres 7.4 to postgres 8.4.2-1. Everything
>> seems to work fine, but fields in database with NUMERIC type returning
>> wrong values, but in the tables they are correct.
>>
>>
>>
>> For example: I have column defined like this:
>>
>> charge numeric(7,2) DEFAULT 0 NOT NULL,NOT NULL with value 6.67.
>>
>>
>>
>> If I use psqlODBC version 08.04.0100 return value would be 6.00, but if
>> I use driver postgresql-odbc-08.03.0400-1PGDG.rhel5 return value is 6.67
>> which is how it suppose to be.
>>
>>
>>
>> Does anybody know any issues with version 08.04.0100 regarding numeric
>> type ?
>
> This bug was fixed in 8.4.0200.
>
> regards,
> Hiroshi Inoue


--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Hiroshi Inoue [ Mi, 17 Februar 2010 04:43 ] [ ID #2032563 ]
Datenbanken » gmane.comp.db.postgresql.odbc » numeric type issue

Vorheriges Thema: How to speedup inserts via ADO ?
Nächstes Thema: invalid byte sequence for encoding "UTF8"