tigertoolbox icon indicating copy to clipboard operation
tigertoolbox copied to clipboard

Issue with documentation

Open kdefilip opened this issue 6 years ago • 0 comments

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.

kdefilip avatar Jul 08 '19 12:07 kdefilip