![]() |
|
|
CF Debug Copy for Firefox
Project Home • Known Issues • Screenshots • Contact Project
Author: Nathan Mische (All RIAForge projects by this author) Description:
CF Debug Copy for Firefox allows you to easily copy and paste the SQL query output generated by the classic ColdFusion debugging template. To use the extension highlight a SQL statement, including the query parameter values, then right click and select "Copy ColdFusion Query." CF Debug Copy will attempt to parse the query parameters before placing the SQL statement on the clipboard.
For example, CF Debug Copy will convert the following: SELECT * FROM Users WHERE FullName = ? AND Active = ? Query Parameter Value(s) - Parameter #1(cf_sql_varchar) = Nathan Mische Parameter #2(cf_sql_bit) = Yes to: SELECT * FROM Users WHERE FullName = 'Nathan Mische' /* Parameter #1(cf_sql_varchar) = Nathan Mische */ AND Active = 1 /* Parameter #2(cf_sql_bit) = Yes */
Requirements:
ColdFusion
Firefox Issue Tracker: There are no issues for this project. To enter issues for this (or any other) project, you must be logged in. Subversion Access: You may access this project's Subversion repository with your client here: http://svn.riaforge.org/cfdebugcopy. You may download the latest set of files from Subversion as a zip file. Anonymous users have read access to the repository while the administrator has write access. This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/ |
||||||||||||||||||||||||||||
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.