FirebirdSQL/firebird-odbc-driver

SQLGetData() crash [ODBC207]

firebird-automations opened this issue · 2 comments

Submitted by: Greg Wittmeyer (gammad)

SQLGetData() crashes in the wcslen() function when you try to read wide character data (SQL_C_WCHAR) from a narrow character column (VARCHAR). Such a request is legal, and the column data should be converted to wide characters.

Commented by: Greg Wittmeyer (gammad)

You would think that a simple bug like this would get fixed quickly. It's been 7 months. Is Firebird dead?