FirebirdSQL / firebird-odbc-driver

Firebird ODBC driver
https://www.firebirdsql.org/en/odbc-driver/
32 stars 10 forks source link

SQLGetData() crash [ODBC207] #190

Open firebird-automations opened 6 years ago

firebird-automations commented 6 years ago

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.

firebird-automations commented 5 years ago

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?

irodushka commented 2 weeks ago

Needs to be tested on driver 3.0. If the problem persists, attach the database(structure + data to fill) and query that is causing the incorrect behavior. Regards.