sql: correctly calculate argument types
This patch fixes an issue where collation could change the computed type of a built-in function argument when choosing a function implementation. Closes #7992 NO_DOC=bugfix
Showing
- changelogs/unreleased/gh-7992-collation-of-built-in-args.md 3 additions, 0 deletionschangelogs/unreleased/gh-7992-collation-of-built-in-args.md
- src/box/sql/func.c 2 additions, 0 deletionssrc/box/sql/func.c
- test/sql-luatest/gh_7992_update_collate_test.lua 20 additions, 0 deletionstest/sql-luatest/gh_7992_update_collate_test.lua
Please register or sign in to comment