mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
f801772a86
Implementation: * Updated parsers by adding a bool allow_query_parameters while creating ordinary view, which is used in interpreters to allow query parameters in SELECT. * Added a check in ActionsVisitor if multiple parameters have same names while creating parameterised view. * Added bool in StorageView to represent parameterized view. * Updated processing of SELECT with parameter values to check for views and added substitution of values in the query parameters. Testing: * Added a test tests/queries/0_stateless/02428_parameterized_view.sql Documentation: * Updated the english documentation for VIEW. |
||
---|---|---|
.. | ||
database.md | ||
dictionary.md | ||
function.md | ||
index.md | ||
quota.md | ||
role.md | ||
row-policy.md | ||
settings-profile.md | ||
table.md | ||
user.md | ||
view.md |