expected result. But as long as it's documented and well known, people will
not trip over it (much). I've placed it on the front of HoF as an issue to
watch out for. I'll also set this thread as an important read (a new list
feature) so people will give it more attention.
> I guess I sorta see it as fixing an inconsistency.
> If you run a query like this in CF 5:
> <cfquery name="getname" datasource="#database#">
> Select name
> from table
> where 0=1
> </cfquery>
>
> (This query will not return a record set)
>
> And then try outputting the value of name:
> <cfoutput>#getname.name#</cfoutput>
>
> You do not get an error.
>
> But if you tried to output :
>
> <cfoutput>#getname.name[1]#</cfoutput>
>
> You would get an error in CF 5.
>
> Now in CFMX they both work the same.
>
> But, yes this should be documented.
>
> Mark W. Breneman
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

