Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces
@ 2021-08-17 11:54 Mergen Imeev via Tarantool-patches
  2021-08-17 11:55 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename some sql_ephemeral_space_* functions Mergen Imeev via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-08-17 11:54 UTC (permalink / raw)
  To: kyukhin; +Cc: tarantool-patches

This patch-set defines field types in ephemeral spaces in SQL. This is
needed for proper SCALAR/NUMBER types determinations after values were
put through ephemeral space.

https://github.com/tarantool/tarantool/issues/6213
https://github.com/tarantool/tarantool/tree/imeevma/gh-6213-field-types-in-ephemeral-spaces

Changes in v2:
 - Renamed some functions.
 - Removed unnecessary fields in struct sql_key_info.
 - Removed some unnecessary code.

Mergen Imeev (2):
  sql: rename some sql_ephemeral_space_* functions
  sql: define ephemeral space fields

 src/box/sql.c              | 224 ++++++++++++--------
 src/box/sql.h              |   4 +-
 src/box/sql/build.c        |   4 +-
 src/box/sql/delete.c       |  35 ++--
 src/box/sql/expr.c         |  19 +-
 src/box/sql/insert.c       |  57 ++++--
 src/box/sql/select.c       | 408 ++++++++++++++++++++++++++++---------
 src/box/sql/sqlInt.h       |  66 +++++-
 src/box/sql/tarantoolInt.h |  15 --
 src/box/sql/update.c       |  15 +-
 src/box/sql/vdbe.c         |  17 +-
 src/box/sql/vdbe.h         |  13 +-
 src/box/sql/vdbeaux.c      |  12 --
 src/box/sql/where.c        |  10 +-
 src/box/sql/wherecode.c    |  14 +-
 15 files changed, 608 insertions(+), 305 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces
@ 2021-08-17 10:43 Mergen Imeev via Tarantool-patches
  2021-08-17 10:43 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename some sql_ephemeral_space_* functions Mergen Imeev via Tarantool-patches
  0 siblings, 1 reply; 8+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-08-17 10:43 UTC (permalink / raw)
  To: vdavydov; +Cc: tarantool-patches

This patch-set defines field types in ephemeral spaces in SQL. This is
needed for proper SCALAR/NUMBER types determinations after values were
put through ephemeral space.

https://github.com/tarantool/tarantool/issues/6213
https://github.com/tarantool/tarantool/tree/imeevma/gh-6213-field-types-in-ephemeral-spaces

Changes in v2:
 - Renamed some functions.
 - Removed unnecessary fields in struct sql_key_info.
 - Removed some unnecessary code.

Mergen Imeev (2):
  sql: rename some sql_ephemeral_space_* functions
  sql: define ephemeral space fields

 src/box/sql.c              | 224 ++++++++++++--------
 src/box/sql.h              |   4 +-
 src/box/sql/build.c        |   4 +-
 src/box/sql/delete.c       |  35 ++--
 src/box/sql/expr.c         |  19 +-
 src/box/sql/insert.c       |  57 ++++--
 src/box/sql/select.c       | 408 ++++++++++++++++++++++++++++---------
 src/box/sql/sqlInt.h       |  66 +++++-
 src/box/sql/tarantoolInt.h |  15 --
 src/box/sql/update.c       |  15 +-
 src/box/sql/vdbe.c         |  17 +-
 src/box/sql/vdbe.h         |  13 +-
 src/box/sql/vdbeaux.c      |  12 --
 src/box/sql/where.c        |  10 +-
 src/box/sql/wherecode.c    |  14 +-
 15 files changed, 608 insertions(+), 305 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-18 12:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 11:54 [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces Mergen Imeev via Tarantool-patches
2021-08-17 11:55 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename some sql_ephemeral_space_* functions Mergen Imeev via Tarantool-patches
2021-08-17 11:55 ` [Tarantool-patches] [PATCH v2 2/2] sql: define ephemeral space fields Mergen Imeev via Tarantool-patches
2021-08-18 10:31   ` Vitaliia Ioffe via Tarantool-patches
2021-08-17 12:29 ` [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces Vladimir Davydov via Tarantool-patches
2021-08-18 12:18 ` Kirill Yukhin via Tarantool-patches
  -- strict thread matches above, loose matches on Subject: below --
2021-08-17 10:43 Mergen Imeev via Tarantool-patches
2021-08-17 10:43 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename some sql_ephemeral_space_* functions Mergen Imeev via Tarantool-patches
2021-08-17 11:40   ` Vladimir Davydov via Tarantool-patches

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