]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add detection for ODBC WCHAR fields
authorTerry Wilson <twilson@digium.com>
Wed, 7 Mar 2012 15:03:40 +0000 (15:03 +0000)
committerTerry Wilson <twilson@digium.com>
Wed, 7 Mar 2012 15:03:40 +0000 (15:03 +0000)
commit522372b3dfe37328a28c1e03d93649cbdc6f9238
treeb2c992c677abee54d5d70385b004c62fc2bd5753
parent0c315bb90a232630f1cf7781154fd9973177badf
Add detection for ODBC WCHAR fields

Without detecting these types, cel_odbc blows up when the character
set for the table is utf8. This also wraps cdr_adaptive_odbc's use of
those types in the HAVE_ODBC_WCHAR #ifdef seen in other parts of the
code.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@358435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
cdr/cdr_adaptive_odbc.c
cel/cel_odbc.c