From: Timur Safin via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: vdavydov@tarantool.org, sergepetrenko@tarantool.org,
tarantool-patches@dev.tarantool.org
Cc: v.shpilevoy@tarantool.org
Subject: [Tarantool-patches] [PATCH v6 5/5] datetime: changelog for datetime module
Date: Thu, 19 Aug 2021 05:56:33 +0300 [thread overview]
Message-ID: <9949ef159b08d9ee42e6e8d01183bfcbd5f77f8c.1629341071.git.tsafin@tarantool.org> (raw)
In-Reply-To: <cover.1629341071.git.tsafin@tarantool.org>
Introduced new date/time/interval types support to lua and storage engines.
Closes #5941
Closes #5946
---
changelogs/unreleased/gh-5941-datetime-type-support.md | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 changelogs/unreleased/gh-5941-datetime-type-support.md
diff --git a/changelogs/unreleased/gh-5941-datetime-type-support.md b/changelogs/unreleased/gh-5941-datetime-type-support.md
new file mode 100644
index 000000000..fb1f23077
--- /dev/null
+++ b/changelogs/unreleased/gh-5941-datetime-type-support.md
@@ -0,0 +1,6 @@
+## feature/lua/datetime
+
+ * Introduce new builtin module `datetime.lua` for date, time, and interval
+ support;
+ * Support of a new datetime type in storage engines allows to store datetime
+ fields and build indices with them (gh-5941, gh-5946).
--
2.29.2
next prev parent reply other threads:[~2021-08-19 2:59 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 2:56 [Tarantool-patches] [PATCH v6 0/5] Initial datetime implementation Timur Safin via Tarantool-patches
2021-08-19 2:56 ` [Tarantool-patches] [PATCH v6 1/5] build, lua: built-in module datetime Timur Safin via Tarantool-patches
2021-08-19 9:43 ` Serge Petrenko via Tarantool-patches
2021-08-19 9:47 ` Safin Timur via Tarantool-patches
2021-08-19 15:26 ` Vladimir Davydov via Tarantool-patches
2021-08-24 21:13 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-19 2:56 ` [Tarantool-patches] [PATCH v6 2/5] box, datetime: messagepack support for datetime Timur Safin via Tarantool-patches
2021-08-19 9:58 ` Serge Petrenko via Tarantool-patches
2021-08-19 2:56 ` [Tarantool-patches] [PATCH v6 3/5] box, datetime: datetime comparison for indices Timur Safin via Tarantool-patches
2021-08-19 10:16 ` Serge Petrenko via Tarantool-patches
2021-08-19 11:18 ` UNera via Tarantool-patches
2021-08-19 11:53 ` Safin Timur via Tarantool-patches
2021-08-19 14:47 ` Dmitry E. Oboukhov via Tarantool-patches
2021-08-19 2:56 ` [Tarantool-patches] [PATCH v6 4/5] datetime: perf test for datetime parser Timur Safin via Tarantool-patches
2021-08-19 10:19 ` Serge Petrenko via Tarantool-patches
2021-08-19 10:29 ` Safin Timur via Tarantool-patches
2021-08-19 11:11 ` Serge Petrenko via Tarantool-patches
2021-08-19 15:58 ` Vladimir Davydov via Tarantool-patches
2021-08-19 2:56 ` Timur Safin via Tarantool-patches [this message]
2021-08-19 10:20 ` [Tarantool-patches] [PATCH v6 5/5] datetime: changelog for datetime module Serge Petrenko via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9949ef159b08d9ee42e6e8d01183bfcbd5f77f8c.1629341071.git.tsafin@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=sergepetrenko@tarantool.org \
--cc=tsafin@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--cc=vdavydov@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v6 5/5] datetime: changelog for datetime module' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox