Menu

#54 SET Causes an error

next_release
open
nobody
None
5
2006-02-17
2006-02-17
Ragnar
No

I have release 0.8.3

This is

Discussion

  • Ragnar

    Ragnar - 2006-02-17

    Package witch doc can´t be generated becouse of the SET command

     
  • Ragnar

    Ragnar - 2006-02-17

    Logged In: YES
    user_id=968670

    If you comment the first and the last line (Lines with the
    SET command) then doc generation works fine.

     
  • Albert Tumanov

    Albert Tumanov - 2006-02-17
     
  • Albert Tumanov

    Albert Tumanov - 2006-02-17

    Logged In: YES
    user_id=86901

    Yes, this needs fixing in pldoc code.
    I have tried to do this and it worked.
    Attached pldoc.jar contains the fix, you can try it.

     
  • Ragnar

    Ragnar - 2006-02-17

    Logged In: YES
    user_id=968670

    It works fine.

    Thanks!

     
  • Stuart Turton

    Stuart Turton - 2011-09-13

    Regression since 2006

    SQL*plus commands should be terminated by EOL characters (new-line and carriage return)
    In 0.9.3 and before EOL characters are skipped by the parser: they are invisible to the parsing rules.
    Solution:
    Define an EOL token and specify it as Special: outside normal parsing but visible if explicitly checked for;
    Alter Special token processing to ignore EOL tokens,

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.