[tarantool-patches] Re: [PATCH v2 1/1] sql: disallow returning many rows from subselect

n.pettik korablev at tarantool.org
Fri Jun 29 16:15:26 MSK 2018


> +
> +test:do_catchsql_test(
> +    "subselect-5.2",
> +    [[
> +        SELECT b from t5 WHERE a = (SELECT a FROM t5 WHERE b=6);


Please, use upper-case for all SQL keywords (here and in other SQL tests you modified).



More information about the Tarantool-patches mailing list