mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix
This commit is contained in:
parent
6e06658363
commit
41166f0618
@ -140,6 +140,7 @@ ConstantExpressionTemplate::replaceLiteralsWithDummyIdentifiers(TokenIterator &
|
||||
else if (t.type == TokenType::StringLiteral)
|
||||
{
|
||||
type = std::make_shared<DataTypeString>();
|
||||
++begin;
|
||||
}
|
||||
else if (t.type == TokenType::OpeningSquareBracket)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user