ClickHouse/src/Interpreters/Access
2022-03-17 15:28:05 +01:00
..
InterpreterCreateQuotaQuery.cpp Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
InterpreterCreateQuotaQuery.h
InterpreterCreateRoleQuery.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterCreateRoleQuery.h
InterpreterCreateRowPolicyQuery.cpp Change type of RowPolicyKind: bool -> enum. 2022-03-17 15:28:05 +01:00
InterpreterCreateRowPolicyQuery.h Privileges CREATE/ALTER/DROP ROW POLICY now can be granted on a table or on database.* as well as globally *.* 2022-02-11 12:35:52 +07:00
InterpreterCreateSettingsProfileQuery.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterCreateSettingsProfileQuery.h
InterpreterCreateUserQuery.cpp Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
InterpreterCreateUserQuery.h Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
InterpreterDropAccessEntityQuery.cpp Privileges CREATE/ALTER/DROP ROW POLICY now can be granted on a table or on database.* as well as globally *.* 2022-02-11 12:35:52 +07:00
InterpreterDropAccessEntityQuery.h Privileges CREATE/ALTER/DROP ROW POLICY now can be granted on a table or on database.* as well as globally *.* 2022-02-11 12:35:52 +07:00
InterpreterGrantQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
InterpreterGrantQuery.h
InterpreterSetRoleQuery.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterSetRoleQuery.h
InterpreterShowAccessEntitiesQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
InterpreterShowAccessEntitiesQuery.h
InterpreterShowAccessQuery.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
InterpreterShowAccessQuery.h
InterpreterShowCreateAccessEntityQuery.cpp Change type of RowPolicyKind: bool -> enum. 2022-03-17 15:28:05 +01:00
InterpreterShowCreateAccessEntityQuery.h Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterShowGrantsQuery.cpp Fixed tests 2022-02-04 20:56:49 +00:00
InterpreterShowGrantsQuery.h Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterShowPrivilegesQuery.cpp
InterpreterShowPrivilegesQuery.h