one problem about numeric values convert - Mailing list pgsql-odbc

From Mohoo
Subject one problem about numeric values convert
Date
Msg-id 92d45bce0701302359y6d9dbd40g23a301ef9361224d@mail.gmail.com
Whole thread Raw
Responses Re: one problem about numeric values convert  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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 by date:

Previous
From: Andreas
Date:
Subject: Re: Please correct the psqlodbc-08_01_0200 version
Next
From: Dave Page
Date:
Subject: Re: Updatable cursors - applications?