[Home]

Summary:ASTERISK-00633: [patch] cdr_odbc doesn't properly escape some strings.
Reporter:Brian West (bkw918)Labels:
Date Opened:2003-12-07 01:40:51.000-0600Date Closed:2004-09-25 02:20:07
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cdr_odbc_escapestring.diff.txt
Description:Some queries will fail if cdr_odbc doesn't escape them properly.  I made the mistake of thinking prepare would do this for me. (but according to docs prepare does this)

****** ADDITIONAL INFORMATION ******

The attached patch should escape any nastyness where needed.
Comments:By: Brian West (bkw918) 2003-12-07 11:20:46.000-0600

Fixed in CVS