ClickHouse/tests/queries/0_stateless/02384_decrypt_bad_arguments.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
158 B
MySQL
Raw Normal View History

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