one problem about numeric values convert

Поиск
Список
Период
Сортировка
От Mohoo
Тема one problem about numeric values convert
Дата
Msg-id 92d45bce0701302359y6d9dbd40g23a301ef9361224d@mail.gmail.com
обсуждение исходный текст
Ответы Re: one problem about numeric values convert
Список pgsql-odbc
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.
 
:)

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Andreas
Дата:
Сообщение: Re: Please correct the psqlodbc-08_01_0200 version
Следующее
От: Dave Page
Дата:
Сообщение: Re: Updatable cursors - applications?