Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-1121

Session example executeNonQueryStatement parse bug

    XMLWordPrintableJSON

Details

    Description

      currently, sessionExample contains a executeNonQueryStatement method which will cause server to report a bug command like this:

      this is because currently the server logic of executeNonQueryStatement cann't execute multiple statement just like "insert into root.sg1.d1(timestamp,s1) values(200, 1);insert into root.sg1.d1(timestamp,s1) values(300, 1)", even it can not figure `insert into root.sg1.d1(timestamp,s1) values(200, 1);`. So I would like to delete this ';' before it can support multiple statement

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tanxinyu Xinyu Tan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: