Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typecast for nullable types #3274

Open
mono424 opened this issue Mar 15, 2024 · 0 comments
Open

Typecast for nullable types #3274

mono424 opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mono424
Copy link

mono424 commented Mar 15, 2024

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

@mono424 mono424 added enhancement New feature or request triage New issues that hasn't been reviewed labels Mar 15, 2024
@kyleconroy kyleconroy removed the triage New issues that hasn't been reviewed label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants