Lines Matching refs:result
123 # If $op2 groups more tightly than $op1, then the result
150 # At one point, test 1.2.2 was failing. Instead of the correct result, it
197 # blobs or NULL and it always returns a result with the same value as
268 # EVIDENCE-OF: R-15904-00746 The result of any binary operator is either
351 # strings 'one' and 'four', return the result of:
470 proc parameter_test {tn sql params result} {
488 do_test $tn.res [list set {} $res] $result
1074 # default and so use of the REGEXP operator will normally result in an
1157 # WHEN expression is evaluated and the result treated as a boolean,
1173 ELSE 'no result'
1175 } {{no result}}
1178 # EVIDENCE-OF: R-39009-25596 The result of the CASE expression is the
1187 ELSE 'no result'
1195 ELSE 'no result'
1203 ELSE 'no result'
1208 # evaluate to true, the result of evaluating the ELSE expression, if
1216 ELSE 'no result'
1218 } {{no result}}
1221 # the WHEN expressions are true, then the overall result is NULL.
1232 # EVIDENCE-OF: R-13943-13592 A NULL result is considered untrue when
1243 # expression is evaluated just once and the result is compared against
1257 # EVIDENCE-OF: R-07667-49537 The result of the CASE expression is the
1269 # evaluate to a value equal to the base expression, the result of
1277 # the WHEN expressions produce a result equal to the base expression,
1278 # the overall result is NULL.
1342 # result of the CASE is always the result of evaluating the ELSE
1437 # result of the CAST expression is also NULL.
1444 # EVIDENCE-OF: R-29283-15561 Otherwise, the storage class of the result
1554 # interpreted as a real number, the result of the conversion is 0.0.
1607 # interpreted as an integer number, the result of the conversion is 0.
1616 # result of the CAST is always zero.
1630 # possible signed integer (+9223372036854775807) then the result is the
1632 # least possible signed integer (-9223372036854775808) then the result
1646 # yields either an INTEGER or a REAL result.
1650 # to fit in a 64-bit signed integer, then the result will be INTEGER.
1655 # 64-bit float and a 51-bit signed integer, then the result is INTEGER.
1676 # outside the range of a 64-bit signed integer yields a REAL result.
1745 # EVIDENCE-OF: R-64550-29191 Note that the result from casting any
1746 # non-BLOB value into a BLOB and the result from casting any BLOB value
1915 # first row of the result from the enclosed SELECT statement.