displaying top 100 results

Result: Product should work Any Workarounds: None that I know of. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4172368 Reason: PRHaveInfo External Customer Info: External Company: External Customer Name: Paul Sussan External Customer Email
2613707 CF-3180467 Database James Moberg Query of Queries Whitespace Problem Problem Description: The problem was identified back in 2008 and still seems to exist in the latest version: http://www.codersrevolution.com/index.cfm/2008/10/9/Query-of-Queries--A-lesson-in-Helpfulness Steps
2596683 CF-3928373 Database : Query-of-Query(IMQ) Dorin Moise Query of queries doesn't support subqueries Problem Description: An old problem described here: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:43227 Steps to Reproduce: {code:java} SELECT foo FROM bar select
2609294 CF-3861324 Database : Query-of-Query(IMQ) Adam Cameron Add CASE construct to query of query As per the ANSI standard, eg: http://en.wikipedia.org/wiki/SQL#Conditional_.28CASE.29_expressions ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID
2609297 CF-3861312 Database : Query-of-Query(IMQ) Adam Cameron Improve joining in query of query CFML's QoQ is very limited in how it can join queries: * only two queries * only old-school filter joins (eg: from q1, q2 where q1.pk=q2.fk) * no outer joins This implementation is lovely for a proof
2610752 CF-3680177 Language Adam Cameron Permit types to be "arrays of [things]" G'day: See my blog article here: http://cfmlblog.adamcameron.me/2013/12/railo-supports-array-types.html Railo supports this: private any function acceptArrayOfSamples(required Sample[] samples){ return samples