From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Marko Ristola" <Marko(dot)Ristola(at)kolumbus(dot)fi>, <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: Error Report on ODBC Connect Dialog |
Date: | 2005-07-13 19:51:56 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC91F8@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Thanks, patch applied.
Regards, Dave.
> -----Original Message-----
> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Marko Ristola
> Sent: 11 July 2005 11:17
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] Error Report on ODBC Connect Dialog
>
>
> CVS branch: HEAD
>
> dlg_specific.c:
>
> function makeConnectString().
>
> There is a big sprintf() with about 63 arguments,
> on line 63.
>
> gcc -Wall responded:
> dlg_specific.c: In function `makeConnectString':
> dlg_specific.c:126: warning: too many arguments for format
>
> The warning goes away, if I add the following
> into the format string:
> ";%s=%d"
>
> So the following definition is not delivered on connect:
> "LowerCaseIdentifier=%d",ConnInfo.lower_case_identifier
>
>
> Marko Ristola
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2005-07-13 19:52:24 | Re: libpq odbc: unrecognized return value from copy_and_convert_field |
Previous Message | Merlin Moncure | 2005-07-13 19:28:31 | libpq odbc: unrecognized return value from copy_and_convert_field |