You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What do you want to change?
At the moment, for complex queries that include
JOIN
statements and the parsed function returnsinterface{}
object that basically can be anything. I think it would be nice if we support parsingCREATE 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
The text was updated successfully, but these errors were encountered: