[Asterisk-bugs] [Asterisk 0010175]: 10075 fix in 1.4.7.1 breaks MS SQL 2000

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Jul 11 10:03:03 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10175 
====================================================================== 
Reported By:                stuarth
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   10175
Category:                   Resources/res_config_odbc
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.6 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        No 
Request Review:              
====================================================================== 
Date Submitted:             07-10-2007 17:00 CDT
Last Modified:              07-11-2007 10:03 CDT
====================================================================== 
Summary:                    10075 fix in 1.4.7.1 breaks MS SQL 2000
Description: 
MSSQL 2000 needs ESCAPE next to LIKE.

This fails:
SELECT * FROM foo WHERE bar LIKE 'weasels' ORDER BY baz ESCAPE '\'

This works:
SELECT * FROM foo WHERE bar LIKE 'weasels' ESCAPE '\' ORDER BY baz

(It also appears that the ESCAPE only applies to the immediately preceding
'LIKE' clause).
====================================================================== 

---------------------------------------------------------------------- 
 kryptolus - 07-11-07 10:03  
---------------------------------------------------------------------- 
This doesn't only affect MSSQL 2000, it also breaks MSSQL 2005.

Can you post an updated patch? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-11-07 10:03  kryptolus      Note Added: 0067115                          
======================================================================




More information about the Asterisk-bugs mailing list