one problem about numeric values convert

one problem about numeric values convert

am 31.01.2007 08:59:37 von Mohoo

------=_Part_157699_24928667.1170230377824
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

odbc version : 08.01.0100

the function ResolveNumericParam in convert.c

static const int prec[] = {1, 3, 5, 8, 10, 13, 15, 17, 20, 22, 25, 29, 32,
34, 37, 39};

there should need the number '27' between the number 25 and 29.

Please check that.

:)

------=_Part_157699_24928667.1170230377824
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

odbc version : 08.01.0100

 

the function ResolveNumericParam in convert.c

 

static const int prec[] = {1, 3, 5, 8, 10, 13, 15, 17, 20, 22, 25, 29, 32, 34, 37, 39};

 

there should need the number '27' between the number 25 and 29.

 

Please check that.

 

:)


------=_Part_157699_24928667.1170230377824--

Re: one problem about numeric values convert

am 01.02.2007 00:40:03 von Hiroshi Inoue

Mohoo wrote:
> odbc version : 08.01.0100
>
> the function ResolveNumericParam in convert.c
>
> static const int prec[] = {1, 3, 5, 8, 10, 13, 15, 17, 20, 22, 25, 29,
> 32, 34, 37, 39};
>
> there should need the number '27' between the number 25 and 29.

Oops, maybe my fault.
I would check it.

Thanks.
Hiroshi Inoue


---------------------------(end of broadcast)---------------------------
TIP 1: 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