Curt Akins
Member since Mar 25, 2016
- Profile: /members/13119-curt-akins.htm
- Comments: 3
Recent Blog Comments By Curt Akins
-
Putting DEBUG Comments In Your SQL Statements Makes Debugging Performance Problems Easier
Posted on Jul 25, 2017 at 3:30 PM
@Ben, I put a copy of the query into a md5 hash generator such as http://www.miraclesalad.com/webtools/md5.php . I then put the hash at the top of the query in a comment just like you have done so I can easily search the codebase for that particular hash if needed.... read more »
-
Putting DEBUG Comments In Your SQL Statements Makes Debugging Performance Problems Easier
Posted on May 3, 2016 at 2:01 AM
@Ben, I literally just paste the query, cfqueryparams and all, into http://www.miraclesalad.com/webtools/md5.php and put the resulting hash in the query as a comment.... read more »
-
Putting DEBUG Comments In Your SQL Statements Makes Debugging Performance Problems Easier
Posted on Mar 25, 2016 at 9:19 AM
I use an md5 hash of the query for the same reason.... read more »