one problem about numeric values convert

From: Mohoo <mohoomail(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: one problem about numeric values convert
Date: 2007-01-31 07:59:37
Message-ID: 92d45bce0701302359y6d9dbd40g23a301ef9361224d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

:)

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2007-01-31 08:37:15 Re: Updatable cursors - applications?
Previous Message Andreas 2007-01-31 05:15:00 Re: Please correct the psqlodbc-08_01_0200 version