Dec 4
2011
2011
Announcing tableSnapshots: A ColdFusion Tool For Preserving and Reverting Database Table Data
ColdFusion , CFML 2 Comments »Several months ago, I was doing some functional testing on a web application that was taking forever. Each run of the test resulted in changes to the data in several tables, and in order to reset the test I had to go into the tables and undo the changes. It occurred to me that it would be nice to have a tool or script that could preserve the current table data and then later write that version of the data back to the tables.
That marked the beginning of the tableSnapshots tool.
Recent Comments