Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict
@ 2019-04-05 14:57 Ivan Koptelov
  2019-04-05 14:57 ` [tarantool-patches] [PATCH 1/2] " Ivan Koptelov
  2019-04-05 14:57 ` [tarantool-patches] [PATCH 2/2] " Ivan Koptelov
  0 siblings, 2 replies; 11+ messages in thread
From: Ivan Koptelov @ 2019-04-05 14:57 UTC (permalink / raw)
  To: tarantool-patches, korablev; +Cc: Ivan Koptelov

In this patches we make aggregate functions more type strict.
First patch contain only some preparatory refactoring and the
second patch contain actual changes.

Ivan Koptelov (2):
  sql: make aggregate functions types more strict
  sql: make aggregate functions types more strict

Branch https://github.com/tarantool/tarantool/tree/sudobobo/gh-4032-strict-aggr-funcs-types
Issue https://github.com/tarantool/tarantool/issues/4032

 src/box/sql/func.c            |  99 ++++++++++++++++++++++++++-------
 src/box/sql/select.c          |  15 ++++-
 test/sql-tap/func5.test.lua   |  50 ++++++++++++++++-
 test/sql-tap/minmax4.test.lua | 101 +++++++++++++++++++++++++++++++++-
 test/sql-tap/select1.test.lua |  12 +---
 test/sql-tap/select5.test.lua |   4 +-
 6 files changed, 244 insertions(+), 37 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-05-06 13:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 14:57 [tarantool-patches] [PATCH 0/2] sql: make aggregate functions types more strict Ivan Koptelov
2019-04-05 14:57 ` [tarantool-patches] [PATCH 1/2] " Ivan Koptelov
2019-04-09 14:52   ` [tarantool-patches] " n.pettik
2019-04-05 14:57 ` [tarantool-patches] [PATCH 2/2] " Ivan Koptelov
2019-04-05 19:48   ` [tarantool-patches] " Konstantin Osipov
2019-04-17 12:50     ` i.koptelov
2019-04-17 13:19       ` n.pettik
2019-04-09 14:52   ` n.pettik
2019-04-23 15:38     ` i.koptelov
2019-04-24 17:37       ` n.pettik
2019-05-06 13:24         ` i.koptelov

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