We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
TEXT
string
*string
Is there a workaround or any plans to implmenet this?
postgresql
GO
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What do you want to change?
In queries like:
It would be nice to have not only
TEXT
parsed tostring
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
The text was updated successfully, but these errors were encountered: