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

Carsten Bock lists at bock.info
Fri May 16 17:11:36 CEST 2008


Hi,

The current 1.3 Release of OpenSER does not properly compile on Debian
Sarge...
Revision 4058 of modules/unixodbc/res.c adds the following types to the
handled types of a db-result (res.c, line 127):

	case SQL_LONGVARCHAR:
	case SQL_WLONGVARCHAR:

My header files (debian sarge) do not include the type
"SQL_WLONGVARCHAR". With debian etch everything's fine...

Is there any way we can make this backward compatible? Although debian
sarge is slowly getting removed from the field, it would be nice if it
was backward compatible...

Btw. the comment does not say anything about it:
- db_postgres and db_unixodbc handles TEXT colums now as DB_BLOB type
similar
  to the other database modules
- activate warning in db_unixodbc for unhandled data types
- closes bug #1940022




Carsten







More information about the Devel mailing list