Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit eb65eb6

Browse files
authored
Fix Unknown function __quesma_from_unixtime64mili: on Hydrolix (#1526)
Tiny thing that slipped unnoticed 🙃
1 parent 3a798d5 commit eb65eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/frontend_connectors/schema_transformer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ func (s *SchemaCheckPass) makeTransformations(backendConnectorType quesma_api.Ba
11591159
// Section 3: backend specific transformations
11601160
// fallback to clickhouse date functions if no backend connector is set
11611161

1162-
if backendConnectorType == quesma_api.ClickHouseSQLBackend {
1162+
if backendConnectorType == quesma_api.ClickHouseSQLBackend || backendConnectorType == quesma_api.HydrolixSQLBackend {
11631163
transformationChain = append(transformationChain, struct {
11641164
TransformationName string
11651165
Transformation func(schema.Schema, *model.Query) (*model.Query, error)

0 commit comments

Comments
 (0)