Hi Brad,
The implementation is actually hard coded inside the SqlScriptExecutor, this should possibly be moved into the builder that it adds those preprocessors by default, that way you could clear the pre-processor collection to stop it.
I don’t suppose you could submit a unit test showing the failure? We may then be able to make the Variable Substitution more robust.
Cheers,
Jake
From: dbup-discuss@googlegroups.com [mailto:dbup-discuss@googlegroups.com] On Behalf Of Brad Leach
Sent: Thursday, 29 March 2012 12:36 PM
To: dbup-discuss@googlegroups.com
Subject: Turn off Preprocessing?
Hi All,
Is there any way to easily turn off preprocessing of scripts?
I am attempting to insert some test values that have been hashed which include the string "$2a...." .
However, I believe the script is failing because the preprocessor is picking it up as a variable that it needs to replace.
Cheers,
-Brad