Обсуждение: one problem about numeric values convert

Поиск
Список
Период
Сортировка

one problem about numeric values convert

От
Mohoo
Дата:
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.
 
:)

Re: one problem about numeric values convert

От
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