Skip to content

Typecast for nullable types #3274

@mono424

Description

@mono424

What do you want to change?

In queries like:

SELECT [...]
array_agg(authors.name)::TEXT[] AS author_names,
[...]
GROUP BY [...]

It would be nice to have not only TEXT parsed to string but also the possibility to have it parsed to *string.

Is there a workaround or any plans to implmenet this?

What database engines need to be changed?

postgresql

What programming language backends need to be changed?

GO

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions