sql: make comparison predicate return boolean
According to ANSI SQL result of comparison predicates must be BOOLEAN. Before introduction of BOOLEAN type they returned 0 and 1. Now we can change those values to false and true respectively. Part of #3723
Showing
- src/box/sql/expr.c 1 addition, 0 deletionssrc/box/sql/expr.c
- src/box/sql/vdbe.c 8 additions, 9 deletionssrc/box/sql/vdbe.c
- test/sql-tap/aggnested.test.lua 5 additions, 5 deletionstest/sql-tap/aggnested.test.lua
- test/sql-tap/identifier_case.test.lua 5 additions, 5 deletionstest/sql-tap/identifier_case.test.lua
- test/sql-tap/tkt3346.test.lua 1 addition, 1 deletiontest/sql-tap/tkt3346.test.lua
- test/sql/types.result 10 additions, 10 deletionstest/sql/types.result
Loading
Please register or sign in to comment