Uh oh!
There was an error while loading. Please reload this page.
Handle empty projection in Postgres SELECT statements - #1613
Merged
Conversation
tobyhedeforce-pushed
the
select-without-list
branch
from
December 20, 2024 01:15
dc1f41d to
bcdc790Comparefreshtonic
commented
Dec 20, 2024
Nice work @tobyhede - that will unblock use of database adapters like Elixir's
|
iffyio
reviewed
Dec 21, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tobyhede
commented
Dec 22, 2024
ContributorAuthor
Hadn't used the dialect flags before, is much cleaner. Thanks @iffyio |
alamb
commented
Dec 22, 2024
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handle empty projections in Postgres and the generic dialect
Statements in the form
SELECT FROM tableare valid in Postgres