psqlodbc - psqlodbc: Return 0 for the column size when the size of - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Return 0 for the column size when the size of
Date
Msg-id 20101023032645.559181071038@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Return 0 for the column size when the size of numeric items
 are unknown. Also improve the calculation of scale of numeric
 items when it is not explicitly specified.

Modified Files:
--------------
    psqlodbc:
        pgtypes.c (r1.92 -> r1.93)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgtypes.c?r1=1.92&r2=1.93)

pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Fix a bug about sizeof().
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Change to use 'if' instead of an inappropriate