[asterisk-bugs] [Asterisk 0019027]: [patch] extra ast_strlen_zero() check in cel_odbc prevents integer eventtype in database

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 29 02:08:40 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19027 
====================================================================== 
Reported By:                mlehner
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19027
Category:                   CEL/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.8.2.3 
JIRA:                        
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/1149/ 
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!): 311686 
Request Review:              
====================================================================== 
Date Submitted:             2011-03-26 11:49 CDT
Last Modified:              2011-03-29 02:08 CDT
====================================================================== 
Summary:                    [patch] extra ast_strlen_zero() check in cel_odbc
prevents integer eventtype in database
Description: 
If you create a database schema with a integer datatype for event_type
field, it will always be a zero. I did not look into the history of this
code, but the problem is with an extra ast_strlen_zero() check that causes
the code for filling in the eventtype to be skipped.
====================================================================== 

---------------------------------------------------------------------- 
 (0133154) svnbot (reporter) - 2011-03-29 02:08
 https://issues.asterisk.org/view.php?id=19027#c133154 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 311799

U   branches/1.8/cel/cel_odbc.c

------------------------------------------------------------------------
r311799 | tilghman | 2011-03-29 02:08:39 -0500 (Tue, 29 Mar 2011) | 7
lines

Remove extraneous check from integer-type fields.

(closes issue https://issues.asterisk.org/view.php?id=19027)
 Reported by: mlehner
 
Review: https://reviewboard.asterisk.org/r/1149/

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-29 02:08 svnbot         Checkin                                      
2011-03-29 02:08 svnbot         Note Added: 0133154                          
======================================================================




More information about the asterisk-bugs mailing list