lming created IOTDB-426:
---------------------------
Summary: when user execute a dml statement there is a wrong status
code.
Key: IOTDB-426
URL: https://issues.apache.org/jira/browse/IOTDB-426
Project: Apache IoTDB
Issue Type: Bug
Environment: centos7
Reporter: lming
In tranditionly relational database , execute ddl statement and dml statement
could get back the different status code , so I think 'set storage group ' and
'create timeseries' is ddl statment , 'insert into ' is dml statement like
postgresql and other relational database. When JDBC execute ddl there is a code
only zero means control a relation but not records , then JDBC execute dml
there is a code with integer means how many records be updated.
But in release 0.9.0 jdbc execute ddl statement returen zero.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)