From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: ODBC changes(Please check) |
Date: | 2001-02-16 03:18:03 |
Message-ID: | 3A8C9BEB.F1C4D67D@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-02-16 09:07:59 | Driver Download |
Previous Message | Hiroshi Inoue | 2001-02-15 09:17:55 | Re: ODBC changes |