[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
Tue Jul 10 18:28:08 CDT 2007
The following issue has been ASSIGNED.
======================================================================
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-10-2007 18:28 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).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-10-07 18:28 russell Status new => assigned
07-10-07 18:28 russell Assigned To => russell
======================================================================
More information about the Asterisk-bugs
mailing list