> <cffunction name="reportExecutionTime"> > ����� <cflog text="#cfquery.executionTime#"/> </cffunction> > > There does not appear to be a way to scope the "cfquery" > struct just to the myFunction function. Is this something > people feel they need? I personally have never had an issue > with behavior, but if others have, we can see about getting > it changed. > > Also, are there any other questions in this thread left unanswered? >
Do I _need_ it? I can't remember the last time I used the val. However, I'll repeat what I said before - there is no reason why every single other value gets returned in QUERYNAME. and this one is just cfquery. We can have perfect backwards compat if you would return it in both QUERYNAME.executiontime and CFQUERY.executiontime. It's a duplicate, but it would then allow us to "safely" grab the executiontime. Or, lord forbid, break backwards compat for the few people who actually use the variable and... again... lord forbid... require folks to read the docs. So I know the last item won't get done, but it's my personal opinion. ;) =========================================================================== Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
