Tuesday, August 23, 2011

ColdFusion query of queries divide by zero not throwing error

Interesting discovery I made today:  If you divide by zero in a ColdFusion query of queries, you don’t get an error.  When you dump the result of the query of queries it shows a special character symbol.  I would have expected to get an error.  Has this been / should this be reported to Adobe as a bug?

1 comment:

  1. Yes, You must Post this as a BUG in Above.

    As well i had found that QoQ has many Issues while doing nested searching

    1. It does not like Case Insensitive Search
    2. It will not search for date/Numbers Unless you cast them to varchar
    3. few Others like aggregate functions sometime do not work

    ReplyDelete