Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names
@ 2020-07-08 14:52 Roman Khabibov
  2020-07-08 14:52 ` [Tarantool-patches] [PATCH v4 1/2] sql: unify " Roman Khabibov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Roman Khabibov @ 2020-07-08 14:52 UTC (permalink / raw)
  To: tarantool-patches

In fact, the second patch is not completely connected with the
first, but I still left them in one patchset.

Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3962-column
Issue: https://github.com/tarantool/tarantool/issues/3962

@ChangeLog
- Name all automatically generated column with the pattern "COLUMN_N".
- Fix a little bug with span display.

Roman Khabibov (2):
  sql: unify pattern for column names
  sql: print span more properly

 src/box/sql/select.c                         |  71 ++--
 src/box/sql/sqlInt.h                         |  15 +
 test/box/function1.result                    |  12 +-
 test/sql-tap/colname.test.lua                | 161 ++++++++-
 test/sql-tap/select1.test.lua                |  21 +-
 test/sql-tap/select6.test.lua                |  22 +-
 test/sql-tap/view.test.lua                   |   4 +-
 test/sql/bind.result                         |  42 +--
 test/sql/boolean.result                      | 354 +++++++++----------
 test/sql/collation.result                    |  14 +-
 test/sql/errinj.result                       |   2 +-
 test/sql/foreign-keys.result                 |   4 +-
 test/sql/full_metadata.result                |  18 +-
 test/sql/func-recreate.result                |   2 +-
 test/sql/gh-3199-no-mem-leaks.result         |  24 +-
 test/sql/gh-3888-values-blob-assert.result   |   8 +-
 test/sql/gh-4697-scalar-bool-sort-cmp.result |   4 +-
 test/sql/icu-upper-lower.result              |  82 ++---
 test/sql/integer-overflow.result             |  14 +-
 test/sql/iproto.result                       |  18 +-
 test/sql/max-on-index.result                 |   6 +-
 test/sql/misc.result                         |  12 +-
 test/sql/persistency.result                  |  66 ++--
 test/sql/prepared.result                     |  36 +-
 test/sql/row-count.result                    |  40 +--
 test/sql/transition.result                   |  66 ++--
 test/sql/types.result                        | 224 ++++++------
 27 files changed, 758 insertions(+), 584 deletions(-)

-- 
2.21.0 (Apple Git-122)

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

end of thread, other threads:[~2020-07-17 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 14:52 [Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names Roman Khabibov
2020-07-08 14:52 ` [Tarantool-patches] [PATCH v4 1/2] sql: unify " Roman Khabibov
2020-07-08 14:52 ` [Tarantool-patches] [PATCH v4 2/2] sql: print span more properly Roman Khabibov
2020-07-17 12:33 ` [Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names Nikita Pettik

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