Handle StrLen_or_IndPtr argument of SQLBindParameter() properly when StrLen_or_IndPtr...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 21 Jul 2017 09:24:03 +0000 (18:24 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 24 Jul 2017 22:56:42 +0000 (07:56 +0900)
commite6499dc0b8bc46f4f1575b4b6a460fb04db91619
treee8454844b94dcf0be80457d0b3b2480186c073e0
parent3f9edcd5796538ca4690812071a714b18d44cf63
Handle StrLen_or_IndPtr argument of SQLBindParameter() properly when StrLen_or_IndPtr doesn't point to SQL_NTS and conversions between SQLWCHAR and SQLCHAR occur.
This change fixes MSACCESS errors reported by Christian Ullrich and Robert Ball.
convert.c
unicode_support.h
win_unicode.c