Updated test #7703

This commit is contained in:
Alexey Milovidov 2019-11-11 11:55:07 +03:00
parent f47415b7fa
commit 013435bded
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SELECT substring('hello', []); -- { serverError 43 }
SELECT substring('hello', 1, []); -- { serverError 43 }
SELECT substring(materialize('hello'), -1, -1); -- { serverError 69 }
SELECT substring(materialize('hello'), -1, -1);
SELECT substring(materialize('hello'), 0); -- { serverError 135 }