[Tarantool-patches] [PATCH 2/2] sql: introduce SQL built-in function UUID()

Mergen Imeev imeevma at tarantool.org
Mon May 31 13:21:53 MSK 2021


Hi! Thank toy for the review! I moved changelod from first patch to second and
expanded it a bit. Diffs below.

On Fri, May 28, 2021 at 10:51:26PM +0200, Vladislav Shpilevoy wrote:
> Hi! Thanks for the patch!
> 
> You need to add a changelog about UUID() function. You can
> probably join it with the changelog about UUID type.

Diff for first patch:

diff --git a/changelogs/unreleased/introduce-uuid-to-sql.md b/changelogs/unreleased/introduce-uuid-to-sql.md
deleted file mode 100644
index 120fb145a..000000000
--- a/changelogs/unreleased/introduce-uuid-to-sql.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## feature/core
-
- * Field type UUID is now available in SQL (gh-5886).


Diff for second patch:

diff --git a/changelogs/unreleased/introduce-uuid-to-sql.md b/changelogs/unreleased/introduce-uuid-to-sql.md
new file mode 100644
index 000000000..642ac94fb
--- /dev/null
+++ b/changelogs/unreleased/introduce-uuid-to-sql.md
@@ -0,0 +1,3 @@
+## feature/core
+
+ * Field type UUID is now available in SQL, and new UUID can be generated using new SQL built-in function uuid() (gh-5886).




More information about the Tarantool-patches mailing list