ODBC: Support SQL_C_WCHAR target type. Fixes #347
commit43697213639ff16f6708cc2dc707f3ab66c4df48
authorEvan Miller <emmiller@gmail.com>
Tue, 7 Sep 2021 13:38:17 +0000 (7 09:38 -0400)
committerEvan Miller <emmiller@gmail.com>
Wed, 8 Sep 2021 10:15:59 +0000 (8 06:15 -0400)
treeef10b3c475a6dfc0f100ab8de36239b83cff9763
parent30d55a87ef2775313ada608abbf806e09078264e
ODBC: Support SQL_C_WCHAR target type. Fixes #347

Also remove SQLFetchW and SQLGetDataW since they are not documented
in any other ODBC drivers.
src/odbc/mdbodbc.h
src/odbc/odbc.c
src/odbc/odbcw.c