Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] Add collation to built-in funcs and fix HAVING clause with aggregate
@ 2019-02-21 18:01 Nikita Pettik
  2019-02-21 18:01 ` [tarantool-patches] [PATCH 1/2] sql: derive collation for built-in functions Nikita Pettik
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Nikita Pettik @ 2019-02-21 18:01 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy, Nikita Pettik

Issue #3932 consists of two independent bugs. Current patch-set
provides fixes for both of them.

Branch: https://github.com/tarantool/tarantool/tree/np/gh-3932-function-collation
Issue: https://github.com/tarantool/tarantool/issues/3932

Nikita Pettik (2):
  sql: derive collation for built-in functions
  sql: fix code generation for aggregate in HAVING clause

 src/box/sql/analyze.c         |  6 +++---
 src/box/sql/expr.c            | 23 +++++++++++++++++++++++
 src/box/sql/func.c            | 22 +++++++++++-----------
 src/box/sql/resolve.c         | 10 +++++++---
 src/box/sql/sqlInt.h          | 31 +++++++++++++++++++++++--------
 test/sql-tap/select5.test.lua | 25 ++++++++++++++++++++++++-
 test/sql/collation.result     | 28 ++++++++++++++++++++++++++++
 test/sql/collation.test.lua   | 11 +++++++++++
 8 files changed, 130 insertions(+), 26 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-03-11 15:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21 18:01 [tarantool-patches] [PATCH 0/2] Add collation to built-in funcs and fix HAVING clause with aggregate Nikita Pettik
2019-02-21 18:01 ` [tarantool-patches] [PATCH 1/2] sql: derive collation for built-in functions Nikita Pettik
2019-02-25 12:58   ` [tarantool-patches] " Vladislav Shpilevoy
2019-02-25 18:32     ` n.pettik
2019-03-07 14:40       ` Vladislav Shpilevoy
2019-03-11  8:04         ` Konstantin Osipov
2019-02-21 18:01 ` [tarantool-patches] [PATCH 2/2] sql: fix code generation for aggregate in HAVING clause Nikita Pettik
2019-02-25 12:58   ` [tarantool-patches] " Vladislav Shpilevoy
2019-02-25 18:33     ` n.pettik
2019-03-04 12:14       ` n.pettik
2019-03-04 12:52         ` Vladislav Shpilevoy
2019-03-07 14:40 ` [tarantool-patches] Re: [PATCH 0/2] Add collation to built-in funcs and fix HAVING clause with aggregate Vladislav Shpilevoy
2019-03-11 15:49 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox