You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/08/25 09:23:54 UTC

[incubator-iotdb] branch rpc_client updated (6320a45 -> dd879eb)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch rpc_client
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 6320a45  add license
     add dd879eb  fix IT test, IoTDBRPCException -> IoTDBSQLException, default user/password

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/jdbc/Config.java    |  8 +--
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     |  2 +-
 .../apache/iotdb/jdbc/IoTDBDatabaseMetadata.java   | 32 ++++++---
 .../org/apache/iotdb/jdbc/IoTDBQueryResultSet.java |  8 ++-
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java |  4 +-
 pom.xml                                            |  2 +-
 .../iotdb/db/integration/IoTDBAggregationIT.java   |  8 +--
 session/pom.xml                                    | 83 ++++++++++------------
 .../main/java/org/apache/iotdb/session/Config.java |  5 +-
 .../iotdb/session/IoTDBSessionException.java       |  2 +-
 .../java/org/apache/iotdb/session/Session.java     | 10 +--
 11 files changed, 88 insertions(+), 76 deletions(-)