Skip to content
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

Fix computed relationships with non SETOF return #2540

Merged

Conversation

wolfgangwalther
Copy link
Member

@wolfgangwalther wolfgangwalther commented Oct 27, 2022

Fixes #2481.

We should still advertise the usage of SETOF and ROWS 1 in the docs, because that's the better choice for inlining. Still, making the non-SETOF case "just work" seems like a good idea.

(Based on #2539, only last commit is relevant)

CHANGELOG.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected behavior for computed relationships using scalar functions (`returns <tablename>)
2 participants