[OpenSER-Devel] unixodbc module / SQL_WLONGVARCHAR / Debian Sarge

Henning Westerholt henning.westerholt at 1und1.de
Mon May 19 14:36:58 CEST 2008


On Monday 19 May 2008, Carsten Bock wrote:
> i found the source of the problem:
> <sqlext.h> automagically includes <sqlucode.h> under etch:
>
> #ifndef __SQLUCODE_H
> #include "sqlucode.h"
> #endif
>
> but these lines are missing in sarge doesn't.
> The ODBCVER is the same under both versions.
> The following patch simply adds #include <sqlucode.h> to the my_con.h.
> This simply solves the issue under debian sarge and etch.

Hi Carsten,

thank you. I've applied your patch for the trunk and 1.3 branch.

Cheers,

Henning



More information about the Devel mailing list