The Sqitch deploy fails on a stored procedure script that is for snowflake and contains JavaScript code for the stored procedure which has a double ampersand (&&
) in an IF...THEN conditional block. Sqitch thinks it is a variable and fails as far as I can tell.
Please advise how to treat ampersands (&
) in comments or in the code of a stored procedure to get sqitch to ignore the &
.