Title:
There seems to be regression for "select where between" clause in Query of Query.
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): / ext-user (Gaurav Tiwari)
Created: 03/13/2013
Components: Database, Query-of-Query(IMQ)
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF Alpha /
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10 All,Win XP All
Vote Count: 1
Problem:
There seems to be regression for "select where between" clause in Query of Query.
Consider following query :
<CFQUERY NAME="queryfromquery" DBTYPE="QUERY">
select * from queryfromdb where id between '160' and '163'
</cfquery>
The above used to return all entries whose id lies between 160 and 163 also including id=163 but with new behavior its not returning id=163. Run test case for more details
Method:
Result:
Expected:
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3519030
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: