Xinyu Tan created IOTDB-1121:
--------------------------------

             Summary: Session example executeNonQueryStatement parse bug
                 Key: IOTDB-1121
                 URL: https://issues.apache.org/jira/browse/IOTDB-1121
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/Java
            Reporter: Xinyu Tan
         Attachments: image-2021-01-25-10-44-05-989.png

currently, sessionExample contains a executeNonQueryStatement method which will 
cause server to report a bug command like this:
 !image-2021-01-25-10-44-05-989.png|thumbnail! 

this is because our currently the server logic of executeNonQueryStatement  can 
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 is can support multiple statement






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to