Allow multimple selects by fairking · Pull Request #369 · go-rel/rel
Conversation
This change would allow for multiple selects.
For example:
var query = rel.Select("id", "title").From("pools") if includeAvgScore { query.Select("avg_score AS score") } else { query.Select("score") }
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 100.00%. Comparing base (
7ac79bf) to head (e9d4756).
Report is 3 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@ ## master #369 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 35 35 Lines 4085 3462 -623 ========================================== - Hits 4085 3462 -623
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
fairking
changed the title
Alias issue #69
Allow multimple selects
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