Skip to content

Client-side parameter transformations #28028

@roji

Description

@roji

This tracks allowing translators to add arbitrary parameter transformations that are applied every time the query is executed.

Usage samples:

The transformations would need to be applied before looking up the command in the relational command cache, since the transformation may change the nullability of the parameter (and therefore affect the SQL needed).

Split off from #17598, which is about sniffing parameters and selecting different SQL based on their values (for differences other than nullability). This is only about modifying parameter values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions