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

SELECT * should really render all the possible fields #183

Open
dnicolodi opened this issue Jun 15, 2024 · 0 comments
Open

SELECT * should really render all the possible fields #183

dnicolodi opened this issue Jun 15, 2024 · 0 comments
Labels
feature New feature

Comments

@dnicolodi
Copy link
Collaborator

dnicolodi commented Jun 15, 2024

SELECT * currently does not render all fields but only a "resonable" subset. This is motivated by the fact that the postings table contains a large number of redundant fields. With more functions and accessor implemented, the redundant fields should be removed and SELECT * should be made to really return all fields.

This is a compatibility break and thus needs a deprecation warning before it can happen.

@dnicolodi dnicolodi changed the title SELECT * should really render all the possible fields, not just a sensible subset SELECT * should really render all the possible fields Jun 15, 2024
@dnicolodi dnicolodi added the feature New feature label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant