Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSQLType cannot be assumed to be static. #365
Comments
This comment has been minimized.
|
PG does not allow queries which conditionally change their return type. |
sgrif
closed this
Dec 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJul 1, 2016
This is a core assumption that we make which is inherently false. If statements in the select clause can dynamically change this. I want to know what preparing that query in PG and asking for the return type of that query gives back in this case.