tigertoolbox
tigertoolbox copied to clipboard
Issue with documentation
Option @printCmds states the following: @printCmds defaults to 0 (do not print all commands to screen) or optionally 1 (print all commands to screen). Useful if you just want to see what commands would be executed.
It appears the @printCmds does print commands, but ALSO executes the commands against the DB.
In the absense of @Exec_Print, @printCmds does execute the code, contrary to the description for @printCmds.