Menu

#75 SQL in script causes parser failure

next_release
closed
nobody
None
5
2011-11-15
2011-09-11
No

Raised against 0.9.4 (svn)

Existing testinput (after fix of Tracker-1433480):-
src/test/resources/testinput/bugs/pldoc-1561459.sql
src/test/resources/testinput/schemalevel/sqlplus_commands.sql
src/test/resources/testinput/xe-problems/Create_wrapped_example.sql

Discussion

  • Stuart Turton

    Stuart Turton - 2011-09-11
     
  • Stuart Turton

    Stuart Turton - 2011-09-13

    Create SQLPLUS_TERMINATOR token and add another line to input()
    " |(<SELECT>|<UPDATE>|<INSERT>|<DELETE>|<COMMIT>|<ROLLBACK>|<SAVEPOINT>|<LOCK><TABLE>|<MERGE>|<WITH>) skipPastNextTokenOccurrence(SQLPLUS_TERMINATOR) //Ignore SQL statements in scripts
    "

     
  • Stuart Turton

    Stuart Turton - 2011-11-15
    • status: open --> closed
     

Log in to post a comment.