sql: make type in column-meta be consistent with NoSQL names
Column meta-information which is sent alongside execution result via IProto protocol, contains string representation of column type. In some cases, name of type is different from actual type of field. For instance, if column has type SCALAR, string representation in meta-information will be "BLOB"; for NUMBER NoSQL type - it will be "NUMERIC"; for STRING - "TEXT". Instead of this mess, let's always return exact name of underlying NoSQL type.
Showing
- src/box/sql/select.c 4 additions, 27 deletionssrc/box/sql/select.c
- test/sql/bind.result 4 additions, 4 deletionstest/sql/bind.result
- test/sql/check-clear-ephemeral.result 1 addition, 1 deletiontest/sql/check-clear-ephemeral.result
- test/sql/clear.result 8 additions, 8 deletionstest/sql/clear.result
- test/sql/collation.result 76 additions, 76 deletionstest/sql/collation.result
- test/sql/delete-multiple-idx.result 3 additions, 3 deletionstest/sql/delete-multiple-idx.result
- test/sql/delete.result 9 additions, 9 deletionstest/sql/delete.result
- test/sql/errinj.result 9 additions, 9 deletionstest/sql/errinj.result
- test/sql/func-recreate.result 1 addition, 1 deletiontest/sql/func-recreate.result
- test/sql/gh-2347-max-int-literals.result 2 additions, 2 deletionstest/sql/gh-2347-max-int-literals.result
- test/sql/gh-2362-select-access-rights.result 2 additions, 2 deletionstest/sql/gh-2362-select-access-rights.result
- test/sql/gh-3199-no-mem-leaks.result 36 additions, 36 deletionstest/sql/gh-3199-no-mem-leaks.result
- test/sql/gh-3888-values-blob-assert.result 4 additions, 4 deletionstest/sql/gh-3888-values-blob-assert.result
- test/sql/gh2141-delete-trigger-drop-table.result 4 additions, 4 deletionstest/sql/gh2141-delete-trigger-drop-table.result
- test/sql/gh2251-multiple-update.result 2 additions, 2 deletionstest/sql/gh2251-multiple-update.result
- test/sql/gh2483-remote-persistency-check.result 2 additions, 2 deletionstest/sql/gh2483-remote-persistency-check.result
- test/sql/gh2808-inline-unique-persistency-check.result 4 additions, 4 deletionstest/sql/gh2808-inline-unique-persistency-check.result
- test/sql/icu-upper-lower.result 34 additions, 34 deletionstest/sql/icu-upper-lower.result
- test/sql/iproto.result 33 additions, 33 deletionstest/sql/iproto.result
- test/sql/max-on-index.result 3 additions, 3 deletionstest/sql/max-on-index.result
Loading
Please register or sign in to comment