[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:06:33 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:06 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:06  
---------------------------------------------------------------------- 
Actually I just checked and this affects mysql too. I guess that will get
this bug fixed quick ;) 

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




More information about the Asterisk-bugs mailing list