ResolveNumericParam problem

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgsql-odbc(at)postgresql(dot)org, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: ResolveNumericParam problem
Date: 2003-06-16 11:14:33
Message-ID: 3EEDA699.4000205@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

When converting the value zero, the result is wrong: it is converted to
"" or ".", depending on the precision.
The attached patch insures a zero to be added, so this converts to "0"
or "0."

Regards,
Andreas

Attachment Content-Type Size
ResolveNumericParam.patch text/plain 226 bytes

Browse pgsql-odbc by date

  From Date Subject
Next Message Tomasz Myrta 2003-06-16 17:28:50 Re: [SQL] "No such attribute or function 'oid'"
Previous Message Andreas Pflug 2003-06-16 10:52:27 Unicode/client_encoding/conversion problem