Skip to content

QualDefsToQuals: unsupported qual value (type T_FuncExpr), skipping #542

@mariusgrigaitis

Description

@mariusgrigaitis

It seems that some of the quals are not handled.

Example query:

SELECT key FROM jira_issue WHERE status = 'done' AND resolution_date >= (now() - '2 weeks'::interval)::timestamp

Results in the following warning (and whole qual is therefore skipped):

2025-02-04 20:54:29.494 UTC [INFO]  hub: failed to convert qual value; QualDefsToQuals: unsupported qual value (type T_FuncExpr), skipping

A simple fix for the situation I figured is to use (now() - '2 weeks'::interval)::timestamptz (note the timestamptz) however I'm not sure if that's always the case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions