We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb7c16 commit fff66b6Copy full SHA for fff66b6
db_proto/sql/click_house/dialect.go
@@ -307,7 +307,7 @@ func indexString(table *schema.Table) (string, error) {
307
var indexStrings []string
308
for _, indexField := range table.PbTableInfo.ClickhouseTableOptions.IndexFields {
309
fieldName := indexField.FieldName
310
- if indexField.Function != pbSchmema.Function_unset {
+ if indexField.Function != pbSchema.Function_unset {
311
fieldName = fmt.Sprintf("%s(%s)", indexField.Function.String(), fieldName)
312
}
313
0 commit comments