psqlodbc - psqlodbc: Return 0 for the column size when the size of

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Return 0 for the column size when the size of
Date: 2010-10-23 03:26:45
Message-ID: 20101023032645.559181071038@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2010-10-23 03:33:19 psqlodbc - psqlodbc: Change to use 'if' instead of an inappropriate
Previous Message User Hinoue 2010-10-22 19:54:14 psqlodbc - psqlodbc: Fix a bug about sizeof().