[Tarantool-patches] [PATCH v1 5/7] sql: remove implicit cast from OP_MakeRecord

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Aug 6 03:13:37 MSK 2021


Thanks for the patch!

> diff --git a/changelogs/unreleased/gh-4230-implicit-cast-for-comparison.md b/changelogs/unreleased/gh-4230-implicit-cast-for-comparison.md
> new file mode 100644
> index 000000000..66103f461
> --- /dev/null
> +++ b/changelogs/unreleased/gh-4230-implicit-cast-for-comparison.md
> @@ -0,0 +1,6 @@
> +## feature/sql
> +
> +* Now any number can be compared to any other number, and values of any scalar
> +  type can be compared to any other value of the same type. A value of a
> +  non-numeric scalar type cannot be compared with a value of any other scalar
> +  type (gh-4230).
> \ No newline at end of file

Please, add an empty line in the end of the file.

After this and the other similar comment in other commit
the patchset LGTM.


More information about the Tarantool-patches mailing list