You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/08/26 07:00:33 UTC

[iotdb] branch master updated (3bacba0 -> 17c9677)

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

haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 3bacba0  [IOTDB-1586] Support mysql-style Like clause (#3738)
     add 17c9677  [ISSUE-3811] Provide a data type column for the last query dataset (#3834)

No new revisions were added by this update.

Summary of changes:
 .../QueryEngine/ResultSetConstruction.md           |  10 +-
 docs/UserGuide/Appendix/SQL-Reference.md           |  12 +--
 .../DML-Data-Manipulation-Language.md              |  26 ++---
 .../QueryEngine/ResultSetConstruction.md           |  10 +-
 docs/zh/UserGuide/Appendix/SQL-Reference.md        |  14 +--
 .../DML-Data-Manipulation-Language.md              |  30 +++---
 .../iotdb/db/query/executor/LastQueryExecutor.java |  11 ++-
 .../org/apache/iotdb/db/service/StaticResps.java   |   6 +-
 .../org/apache/iotdb/db/integration/IoTDBAsIT.java |  10 +-
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 105 ++++++++++++++-------
 .../iotdb/session/IoTDBSessionComplexIT.java       |   2 +-
 .../iotdb/session/IoTDBSessionIteratorIT.java      |  26 +++--
 .../test/java/org/apache/iotdb/db/sql/Cases.java   |   4 +-
 13 files changed, 159 insertions(+), 107 deletions(-)