enter press in command window not recognized

Worker

Member³
I have a script at c:\x.sql with contents "select '&1' from dual;"

In a command window I can type "@c:\x.sql a", hit enter, press the up arrow, and hit enter again, and it works as expected.

However, using "@c:\x.sql &a" I hit enter, type a value in the dialog, hit enter, press the up arrow, and hit enter again, and this last enter-press is ignored. I need to press enter again for the dialog to come up.

No big deal, just seems like a bug.
 
Back
Top