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 _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel