Skip to content

Support HasData for List<X> type fields #2401

Closed as not planned
Closed as not planned
@yinzara

Description

@yinzara

When using a List<string> type field, the mapping properly becomes a text[] type in PostgreSQL and works normally.
However we can't use UseData with an entity that has this mapping as we get the following exception:

The type mapping for 'List<string>' has not implemented code literal generation.

I would love it if the type mapping for List<string> supported code literal generation.

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