ClickHouse/tests/queries/0_stateless/02384_decrypt_bad_arguments.sql
Alexey Milovidov 7b907fe32e Update test
2022-08-14 05:08:55 +02:00

3 lines
158 B
SQL

-- Tags: no-fasttest
SELECT decrypt('aes-128-gcm', [1024, 65535, NULL, NULL, 9223372036854775807, 1048576, NULL], 'text', 'key', 'IV'); -- { serverError 43 }