Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/2] Add DOUBLE type to SQL
@ 2019-12-21 16:03 imeevma
  2019-12-21 16:03 ` [Tarantool-patches] [PATCH v1 1/2] box: introduce DOUBLE field type imeevma
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: imeevma @ 2019-12-21 16:03 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

This patch-set adds the DOUBLE type to SQL. In the first patch of
the set, the field type DOUBLE is added to Tarantool. In the
second patch, the DOUBLE type is added to SQL.

https://github.com/tarantool/tarantool/issues/3812
https://github.com/tarantool/tarantool/tree/imeevma/gh-3812-add-double-type

Mergen Imeev (2):
  box: introduce DOUBLE field type
  sql: introduce DOUBLE type

 extra/mkkeywordhash.c                      |   2 +-
 src/box/field_def.c                        |  28 ++-
 src/box/field_def.h                        |   1 +
 src/box/sql/expr.c                         |   6 +-
 src/box/sql/parse.y                        |   3 +-
 src/box/sql/sqlInt.h                       |   3 +-
 src/box/sql/vdbe.c                         |   4 +
 src/box/sql/vdbemem.c                      |  15 +-
 src/box/tuple_compare.cc                   |  24 ++
 test/engine/insert.result                  | 151 +++++++++++
 test/engine/insert.test.lua                |  51 ++++
 test/sql/gh-3888-values-blob-assert.result |   4 +-
 test/sql/misc.result                       |   4 +-
 test/sql/types.result                      | 390 ++++++++++++++++++++++++++++-
 test/sql/types.test.lua                    |  66 +++++
 15 files changed, 716 insertions(+), 36 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-12-27 12:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-21 16:03 [Tarantool-patches] [PATCH v1 0/2] Add DOUBLE type to SQL imeevma
2019-12-21 16:03 ` [Tarantool-patches] [PATCH v1 1/2] box: introduce DOUBLE field type imeevma
2019-12-24 22:50   ` Nikita Pettik
2019-12-26 16:38     ` Mergen Imeev
2019-12-26 20:34       ` Nikita Pettik
2019-12-21 16:03 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce DOUBLE type imeevma
2019-12-24 22:50   ` Nikita Pettik
2019-12-26 16:42     ` Mergen Imeev
2019-12-26 20:37       ` Nikita Pettik
2019-12-23 19:16 ` [Tarantool-patches] [PATCH v1 0/2] Add DOUBLE type to SQL Vladislav Shpilevoy
2019-12-27 12:37   ` Nikita Pettik

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