[Tarantool-patches] [PATCH v1 1/7] sql: rework implicit cast fo assignment
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Aug 6 03:13:36 MSK 2021
Thanks for the fixes!
> diff --git a/changelogs/unreleased/gh-4470-implicit-cast-for-assignment.md b/changelogs/unreleased/gh-4470-implicit-cast-for-assignment.md
> new file mode 100644
> index 000000000..6e3e78cf7
> --- /dev/null
> +++ b/changelogs/unreleased/gh-4470-implicit-cast-for-assignment.md
> @@ -0,0 +1,6 @@
> +## feature/sql
> +
> +* Now a numeric value can be cast to another numeric type only if the cast is
> + precise. In addition, a UUID value cannot be implicitly cast to
> + STRING/VARBINARY, and a STRING/VARBINARY value cannot be implicitly cast to
> + a UUID (gh-4470).
> \ No newline at end of file
Please, add an empty line in the end of the file.
More information about the Tarantool-patches
mailing list