pgsql/src/interfaces/odbc convert.c - Mailing list pgsql-committers

From Hiroshi Inoue
Subject pgsql/src/interfaces/odbc convert.c
Date
Msg-id 200102160310.f1G3A9i54625@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    inoue@hub.org    01/02/15 22:10:09

Modified files:
    src/interfaces/odbc: convert.c

Log message:
    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.


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc FAQ_BSDI
Next
From: Tom Lane
Date:
Subject: pgsql/src backend/executor/nodeAgg.c backend/e ...