We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d51db commit cd8f8deCopy full SHA for cd8f8de
ydb/core/kqp/ut/view/view_ut.cpp
@@ -243,6 +243,7 @@ Y_UNIT_TEST_SUITE(TCreateAndDropViewTest) {
243
fail("");
244
fail("WITH security_invoker");
245
fail("WITH security_invoker = false");
246
+ fail("WITH SECURITY_INVOKER = false"); // option name is case-sensitive
247
fail("WITH (security_invoker)");
248
fail("WITH (security_invoker = false)");
249
fail("WITH (security_invoker = true, security_invoker = false)");
0 commit comments