-
Jon Zeppieri authored
SelectManager#with currently accepts As and TableAlias nodes. Neither of these support materialization hints for the query planner. Both Postgres and SQLite support such hints. This commit adds a Cte node that does support materialization hints. It continues to support As and TableAlias nodes by translating them into Cte nodes.
Jon Zeppieri authoredSelectManager#with currently accepts As and TableAlias nodes. Neither of these support materialization hints for the query planner. Both Postgres and SQLite support such hints. This commit adds a Cte node that does support materialization hints. It continues to support As and TableAlias nodes by translating them into Cte nodes.
Loading