sql: derive collation for built-in functions
Functions such as trim(), substr() etc should return result with collation derived from their arguments. So, lets add flag indicating that collation of first argument must be applied to function's result to SQL function definition. Using this flag, we can derive appropriate collation in sql_expr_coll(). Part of #3932
Showing
- src/box/sql/analyze.c 3 additions, 3 deletionssrc/box/sql/analyze.c
- src/box/sql/expr.c 23 additions, 0 deletionssrc/box/sql/expr.c
- src/box/sql/func.c 11 additions, 11 deletionssrc/box/sql/func.c
- src/box/sql/sqlInt.h 23 additions, 8 deletionssrc/box/sql/sqlInt.h
- test/sql/collation.result 28 additions, 0 deletionstest/sql/collation.result
- test/sql/collation.test.lua 11 additions, 0 deletionstest/sql/collation.test.lua
Loading
Please register or sign in to comment