Re: ODBC changes(Please check) - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ODBC changes(Please check)
Date
Msg-id 3A8C9BEB.F1C4D67D@tpf.co.jp
Whole thread Raw
In response to RE: ODBC changes  (Dave Page <dpage@vale-housing.co.uk>)
List pgsql-odbc
I wrote:
>
> Dave Page wrote:
> >
> > If no one else is going to make any mods for the next couple of days I'll
> > compile a new win32 binary for people to try out. If I don't hear anything
> > by tomorrow morning (UK time) I'll go ahead and create one...
> >
>
> I'm implementing one more change(automatic casting for
> numeric type). If an expert confirms the validity I
> would commit it in a day or so.
>

I've just committed the following change.
Please check the change especially in unixODBC.

 Add casting for numeric/float4/float8 type value
 automatically to compensate the lack of automatic
 conversion functionality of PostgreSQL server.
 For example if there's a numeric type binding
   1.2567 --> 1.2567::numeric.
 I hope this change would enable the use of numeric
 type in MS-Access etc.

Thanks Hiroki Kataoka for his checking my code.

Regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: ODBC changes
Next
From: Dave Page
Date:
Subject: Driver Download