- Notifications
You must be signed in to change notification settings - Fork 978
Closed
Labels
📚 postgresqlbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
The following create table statement
CREATETABLEchanges ( ranked INTNOT NULL ); CREATETABLEchanges_ranked ( LIKE changes INCLUDING ALL, rank_by_effect_size INTNOT NULL, rank_by_abs_percent_change INTNOT NULL ); -- name: AllRanked :manySELECT*FROM changes_ranked;produces model
typeChangesRankedstruct{RankByEffectSizeint32RankByAbsPercentChangeint32 }Columns from the changes table are ignored.
(Aside: I encountered this while trying to work around #159. The changes_ranked table is an attempt to materialize what would have been a subquery.)
edouard-claude and esenmx
Metadata
Metadata
Assignees
Labels
📚 postgresqlbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request