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 2022/02/17 11:13:48 UTC

[iotdb] branch master updated (5174898 -> ca5641a)

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 5174898  change default value of sync_mlog_period_in_ms from 0 to 100 (#5073)
     add ca5641a  [IOTDB-2548] support date format: yyyy.MM.dd (#5071)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlLexer.g4    |  13 ++-
 .../db/integration/IoTDBDatetimeFormatIT.java      | 112 +++++++++++++++++++++
 2 files changed, 122 insertions(+), 3 deletions(-)
 create mode 100644 integration/src/test/java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java