[Tarantool-patches] [PATCH v2 3/6] sql: remove SQL built-in functions from _func

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Aug 6 01:17:01 MSK 2021


Thanks for the patch!

> diff --git a/changelogs/unreleased/gh-6106-remove-sql-built-ins-from-_func.md b/changelogs/unreleased/gh-6106-remove-sql-built-ins-from-_func.md
> new file mode 100644
> index 000000000..88b458540
> --- /dev/null
> +++ b/changelogs/unreleased/gh-6106-remove-sql-built-ins-from-_func.md
> @@ -0,0 +1,7 @@
> +## feature/sql
> +
> +* SQL built-in functions were removed from \_func system space (gh-6106).
> +* After this patch, functions will be looked up first in SQL built-in functions
> +  and then in user-defined functions.

1. In the changelog you shouldn't talk about 'this patch'. Maybe
about the release. But even better - just say 'Function are now lookeup ...'.
The users won't care about patches anyway.

> +* Fixed incorrect error message in case of misuse of the function used to set
> +  the default value.
> \ No newline at end of file

2. Please, add an empty line at the end of the file.


More information about the Tarantool-patches mailing list