Re: odbc bug in convert.c - Mailing list pgsql-odbc

From Peter Eisentraut
Subject Re: odbc bug in convert.c
Date
Msg-id 200407201031.11396.peter_e@gmx.net
Whole thread Raw
In response to odbc bug in convert.c  (Thomas Zehbe <tz@ingenion.de>)
List pgsql-odbc
Thomas Zehbe wrote:
> This is the code (starting at line 1041, with HAVE_LOCAL_H defined)
> which crashed:
> <snip>
>             case SQL_C_FLOAT:
> #ifdef HAVE_LOCALE_H
>                 strcpy(saved_locale, setlocale(LC_ALL, NULL));
>                 setlocale(LC_ALL, "C");
> #endif /* HAVE_LOCALE_H */

I've changed this to do dynamic allocation.  Please try again with CVS
tip.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: psqlODBC / install / WinXP
Next
From: Peter Eisentraut
Date:
Subject: Re: psqlODBC LGPL Licence