[Tarantool-patches] [PATCH v6 5/5] datetime: changelog for datetime module

Timur Safin tsafin at tarantool.org
Thu Aug 19 05:56:33 MSK 2021


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



More information about the Tarantool-patches mailing list