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
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.
The text was updated successfully, but these errors were encountered:
dnicolodi
changed the title
SELECT * should really render all the possible fields, not just a sensible subsetSELECT * should really render all the possible fields
Jun 15, 2024
SELECT *
currently does not render all fields but only a "resonable" subset. This is motivated by the fact that thepostings
table contains a large number of redundant fields. With more functions and accessor implemented, the redundant fields should be removed andSELECT *
should be made to really return all fields.This is a compatibility break and thus needs a deprecation warning before it can happen.
The text was updated successfully, but these errors were encountered: