Hi Marco, v14, v13, v12... every older than v15 version. Weird too: if you copy out in v15, the hidden firt column is exported, just the insert does not work anymore;
used v15.0.3.2059
I wanted to copy a grid-line from an older version of PL/SQL Developer to a grid in v15... but the behaviour changed obviously and the line-id is not longer accepted, so the data is shifted to the right by one column. Is there a way to configure the 'old' behaviour? We have lots of older servers...
The problem is, that sometimes I want to shorten the select I wrote before. And this was possible only inserting a ';' at the place in the statement to where it should be executed. Now I have to insert additional '--' as a comment or 'ENTER' to move the rest of the line to the next line.
In former versions (before 7.X) the following worked:
select * from lmdd ; for update;
Now (v7.0.1.1066) I get the "ORA-00911: Invalid character" error.
It would be good to get the old behaviour...