1
Fork 0
kantodb/testdata/sql/unimplemented/unimplemented_set_role.slt

17 lines
579 B
Text

statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET ROLE jdoe;
statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET ROLE NONE;
statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET SESSION ROLE jdoe;
statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET SESSION ROLE NONE;
statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET LOCAL ROLE jdoe;
statement error ^External error: unimplemented_sql/ryqxdr55r49sr: SET ROLE$
SET LOCAL ROLE NONE;