Skip to content

Query: Allow non-deterministic runtime constants to be evaluated once per query #12651

@smitpatel

Description

@smitpatel

This can be used when non-deterministic runtime constant like Datetime.Now are used in the query but due to them being composed over, we cannot evaluate them on server in main query.

We can either evaluate DateTime.Now on client or run a command to get the value first (we would need to fix #11466), then pass the value to query as parameter to generate actual results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions