Closed manfredknapp closed 9 years ago
Hi,
I have just committed a fix for this bug. Many thanks for reporting it.
Alec.
The Issue is fixed.
Hi Alec,
It looks like this change has broken the display of compilation errors in the 'Location List' window - this window does not show up at all now.
Also, before the above change the executed SQL would always display in the output screen, but now this seems to be intermittent. Haven't worked out any consistent behaviour yet.
I've backed out the change above (reverted to version 4.3.48) and am getting the correct behaviour again.
Ryan.
Hi Ryan,
Thanks a lot for let me know about the issue. You're right, that "innocent" change has broken some of the components of Vorax. I have committed a new fix. Please confirm it fixes the "voodoo" malfunction you mentioned.
Alec.
Hi Alec,
It looks good - I get back the compilation errors window, it looks like I'm seeing all SQL mirrored in the output window again, and I did a quick compilation with x varchar2(20) := ' ';
and it behaved itself.
Thanks for the quick turn-around yet again.
Ryan.
Great! Thanks for your time on testing this. Alec.
I open a Package with the VORAX explorer. The package has some ' ' in it. After VORAXCompile the ' ' is changed to '' and/or '#pro _voraxend'. Some other characters get messed up too. In the output window are the following messages:
It seems that the ' ' is interpreted as a host variable. What am i doing wrong? I'm using current VORAX with vundle under a virtualbox ubuntu.