Keep SQL variables private

The SQL Query node has an option "Enable SQL result values outside the loop (not recommended)". If this option is selected, IPA has to store all those variables from the query throughout the whole process, which means in RAM and also to disk if you are using process logging. This could cause a lot of extra I/O. Avoid using this option if performance is a concern.