-
Notifications
You must be signed in to change notification settings - Fork 930
Closed as not planned
Labels
Description
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
ygabuev