Skip to content

array_to_tsvector is not implemented #352

Description

@rwasef1830

Hello,
This is a follow up to #315. I had attempted to implement array_to_tsvector but in the process I had to implement a visitor for array expressions in NpgsqlSqlTranslatingExpressionVisitor and NpgsqlQuerySqlGenerator. This led to problems with Postgresql requiring all array elements needing have the same type and weird cases where internal EF Core array structures ended up trying to get translated and breaking hundreds of tests.

I concluded that EF Core cannot handle arrays as first class data types, and I undid the changes. Investigate this later when EF Core can handle arrays properly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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