sql: omit quotes for UUID values in errors
This patch removes quotes from the representation of UUID values in the error description. This is because UUID values are printed without quotes elsewhere.
Showing
- src/box/sql/mem.c 1 addition, 1 deletionsrc/box/sql/mem.c
- test/sql-tap/cast.test.lua 2 additions, 2 deletionstest/sql-tap/cast.test.lua
- test/sql-tap/decimal.test.lua 3 additions, 3 deletionstest/sql-tap/decimal.test.lua
- test/sql-tap/gh-5364-define-bit-wise-rules.test.lua 4 additions, 4 deletionstest/sql-tap/gh-5364-define-bit-wise-rules.test.lua
- test/sql-tap/gh-5756-implicit-cast-in-arithmetic.test.lua 5 additions, 5 deletionstest/sql-tap/gh-5756-implicit-cast-in-arithmetic.test.lua
- test/sql-tap/sql-errors.test.lua 1 addition, 1 deletiontest/sql-tap/sql-errors.test.lua
- test/sql-tap/uuid.test.lua 29 additions, 29 deletionstest/sql-tap/uuid.test.lua
Loading
Please register or sign in to comment