Skip to content

FluxResultMapper - support translating column name from some_col to someCol #228

@uqix

Description

@uqix

Proposal:
support translating column name from some_col to someCol in FluxResultMapper.

Current behavior:
No translating, @Column(name = "some_col") is needed which is cumbersome.

Desired behavior:
Auto translating or configuration option provided.

Alternatives considered:
@Column(name = "some_col").

Use case:
To follow our naming convention on both sides.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions