Update src/Parsers/ParserCreateQuery.cpp

Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
This commit is contained in:
Alexey Milovidov 2023-07-08 21:52:19 +03:00 committed by GitHub
parent 7aacc35829
commit 2a8c7d0ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ bool ParserTablePropertiesDeclarationList::parseImpl(Pos & pos, ASTPtr & node, E
for (const auto & elem : list->children)
{
if (auto *cd = elem->as<ASTColumnDeclaration>())
if (auto * cd = elem->as<ASTColumnDeclaration>())
{
if (cd->primary_key_specifier)
{