Skip to content

support for parsing custom SQL type #2340

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

Closed
dangquangdon opened this issue Jun 19, 2023 · 1 comment
Closed

support for parsing custom SQL type #2340

dangquangdon opened this issue Jun 19, 2023 · 1 comment

Comments

@dangquangdon
Copy link
Contributor

What do you want to change?

At the moment, for complex queries that include JOIN statements and the parsed function returns interface{} object that basically can be anything. I think it would be nice if we support parsing CREATE TYPE statements if provided and use it as the return type of those complex queries 🤔

What database engines need to be changed?

PostgreSQL

What programming language backends need to be changed?

Go

@dangquangdon dangquangdon added enhancement New feature or request triage New issues that hasn't been reviewed labels Jun 19, 2023
@kyleconroy kyleconroy added 📚 postgresql 🔧 golang and removed triage New issues that hasn't been reviewed labels Jul 6, 2023
@kyleconroy
Copy link
Collaborator

Duplicate of #2760

@kyleconroy kyleconroy marked this as a duplicate of #2760 Sep 26, 2023
@kyleconroy kyleconroy closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants