Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1183

Keep command execution even with errors.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • None
    • None

    Description

      Found this while working on TAJO-1159.

      See the below example, which basically shows entering 2 SQL statements in one line.

      ex)
      jungjw$ $TAJO_HOME/bin/tsql

      Try ? for help.
      default> select * from table1; select * from table2;
      ERROR: relation "default.table1" does not exist
      default>

      As you can see, I'm not seeing the error message for "select * from table2" statement. I don't know yet whether the statement itself is completely ignored or tsql is just showing only one error message here, though. I'm guessing that tsql stops executing following statements if it runs into an error.

      Will take a closer look after resolving other issues.

      Attachments

        Activity

          People

            jungjw Jaewoong Jung
            jungjw Jaewoong Jung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: