]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add detection for ODBC WCHAR fields
authorTerry Wilson <twilson@digium.com>
Wed, 7 Mar 2012 15:07:04 +0000 (15:07 +0000)
committerTerry Wilson <twilson@digium.com>
Wed, 7 Mar 2012 15:07:04 +0000 (15:07 +0000)
commitc5d6866851e1d42eb1b971486ce2961f74139de0
treef1b0a2f71aaa625a077f16baa31c80c2df6e3122
parent3637eafa35d932bb43f780959102db54f3e064fc
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.
........

Merged revisions 358435 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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