Has something changed dealing with substitution variables?
I usually write something like select from x where y = :z but now the colon doesn’t seem to prompt. I now have to use & or && for multiple statements.
Not a major critical big deal, but now I have tons of test scripts and code snippets that will have to be changed.