query.select() should overwrite previous selection #14180
Labels
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
new feature
This change adds new functionality, like a new method or class
Prerequisites
🚀 Feature Proposal
Calling .select(fields) should set the query selection to fields
Currently there's no way to reset a previous one, example
then current select is a merge of the 2 (but that'll cause issues of mixed types (0/1))
Motivation
If a .select() is done from a low-level method, as a default selection, we should be able to overwrite it from elsewhere is in codebase
Example
No response
The text was updated successfully, but these errors were encountered: