[asterisk-bugs] [Asterisk 0015870]: [patch] res_config_odbc.c compilation fix for non-Unicode UnixODBC versions

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Sep 10 13:18:30 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15870 
====================================================================== 
Reported By:                nic_bellamy
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   15870
Category:                   Resources/res_config_odbc
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 217558 
Request Review:              
====================================================================== 
Date Submitted:             2009-09-09 18:52 CDT
Last Modified:              2009-09-10 13:18 CDT
====================================================================== 
Summary:                    [patch] res_config_odbc.c compilation fix for
non-Unicode UnixODBC versions
Description: 
res/res_config_odbc.c has a big switch statement, within which it uses
SQL_WCHAR, SQL_WVARCHAR, and SQL_WLONGVARCHAR. These are only available on
UnixODBC versions that support Unicode.
====================================================================== 

---------------------------------------------------------------------- 
 (0110490) svnbot (reporter) - 2009-09-10 13:18
 https://issues.asterisk.org/view.php?id=15870#c110490 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 217638

U   trunk/configure
U   trunk/configure.ac
U   trunk/include/asterisk/autoconfig.h.in
U   trunk/res/res_config_odbc.c

------------------------------------------------------------------------
r217638 | tilghman | 2009-09-10 13:18:29 -0500 (Thu, 10 Sep 2009) | 4
lines

Verify support for wide ODBC character types before using them.
(closes issue https://issues.asterisk.org/view.php?id=15870)
 Reported by: nic_bellamy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=217638 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-09-10 13:18 svnbot         Checkin                                      
2009-09-10 13:18 svnbot         Note Added: 0110490                          
======================================================================




More information about the asterisk-bugs mailing list