.. |
ASTCreateQuotaQuery.cpp
|
Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
ASTCreateQuotaQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTCreateRoleQuery.cpp
|
|
|
ASTCreateRoleQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTCreateRowPolicyQuery.cpp
|
Revert "[WIP] New row policies"
|
2022-03-21 08:41:33 +03:00 |
ASTCreateRowPolicyQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTCreateSettingsProfileQuery.cpp
|
|
|
ASTCreateSettingsProfileQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTCreateUserQuery.cpp
|
Added keyword SALT to indicate random salt value in CREATE/ALTER USER results.
|
2022-04-18 17:02:22 -04:00 |
ASTCreateUserQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTDropAccessEntityQuery.cpp
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ASTDropAccessEntityQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTGrantQuery.cpp
|
|
|
ASTGrantQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTRolesOrUsersSet.cpp
|
|
|
ASTRolesOrUsersSet.h
|
|
|
ASTRowPolicyName.cpp
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
ASTRowPolicyName.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTSetRoleQuery.cpp
|
|
|
ASTSetRoleQuery.h
|
|
|
ASTSettingsProfileElement.cpp
|
|
|
ASTSettingsProfileElement.h
|
|
|
ASTShowAccessEntitiesQuery.cpp
|
Fix clang-tidy-14 (part 1)
|
2022-04-16 04:54:04 +02:00 |
ASTShowAccessEntitiesQuery.h
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ASTShowAccessQuery.h
|
|
|
ASTShowCreateAccessEntityQuery.cpp
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ASTShowCreateAccessEntityQuery.h
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ASTShowGrantsQuery.cpp
|
|
|
ASTShowGrantsQuery.h
|
|
|
ASTShowPrivilegesQuery.h
|
|
|
ASTUserNameWithHost.cpp
|
|
|
ASTUserNameWithHost.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ParserCreateQuotaQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserCreateQuotaQuery.h
|
|
|
ParserCreateRoleQuery.cpp
|
clang-tidy check performance-noexcept-move-constructor fix
|
2022-03-02 18:15:27 +00:00 |
ParserCreateRoleQuery.h
|
|
|
ParserCreateRowPolicyQuery.cpp
|
Revert "[WIP] New row policies"
|
2022-03-21 08:41:33 +03:00 |
ParserCreateRowPolicyQuery.h
|
|
|
ParserCreateSettingsProfileQuery.cpp
|
clang-tidy check performance-noexcept-move-constructor fix
|
2022-03-02 18:15:27 +00:00 |
ParserCreateSettingsProfileQuery.h
|
|
|
ParserCreateUserQuery.cpp
|
allow SALT only for SHA256_HASH
|
2022-05-20 17:21:04 -04:00 |
ParserCreateUserQuery.h
|
|
|
ParserDropAccessEntityQuery.cpp
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ParserDropAccessEntityQuery.h
|
|
|
ParserGrantQuery.cpp
|
Ignore obsolete grants in ATTACH GRANT statements.
|
2022-02-24 07:30:40 +03:00 |
ParserGrantQuery.h
|
|
|
ParserRolesOrUsersSet.cpp
|
|
|
ParserRolesOrUsersSet.h
|
|
|
ParserRowPolicyName.cpp
|
clang-tidy check performance-noexcept-move-constructor fix
|
2022-03-02 18:15:27 +00:00 |
ParserRowPolicyName.h
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
ParserSetRoleQuery.cpp
|
|
|
ParserSetRoleQuery.h
|
|
|
ParserSettingsProfileElement.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserSettingsProfileElement.h
|
|
|
ParserShowAccessEntitiesQuery.cpp
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
ParserShowAccessEntitiesQuery.h
|
|
|
ParserShowAccessQuery.h
|
|
|
ParserShowCreateAccessEntityQuery.cpp
|
Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers
|
2022-05-09 08:23:33 +02:00 |
ParserShowCreateAccessEntityQuery.h
|
|
|
ParserShowGrantsQuery.cpp
|
|
|
ParserShowGrantsQuery.h
|
|
|
ParserShowPrivilegesQuery.cpp
|
|
|
ParserShowPrivilegesQuery.h
|
|
|
ParserUserNameWithHost.cpp
|
|
|
ParserUserNameWithHost.h
|
|
|
parseUserName.cpp
|
Reduce IParser.h dependencies and dependents
|
2021-11-26 17:19:47 +01:00 |
parseUserName.h
|
Reduce IParser.h dependencies and dependents
|
2021-11-26 17:19:47 +01:00 |