dataflow/database
Paul Trowbridge d7f6e60040 Fast-path single-pass CTE when no chaining is needed
If all rules share one sequence value, skip the loop and temp table
and use the original single-pass CTE that the planner can fully
optimize. The loop path only runs when multiple distinct sequence
values exist (i.e. chaining is actually being used).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 07:48:23 -04:00
..
queries Add rule chaining: later sequence rules can read earlier outputs 2026-04-16 23:04:14 -04:00
functions.sql Fast-path single-pass CTE when no chaining is needed 2026-04-17 07:48:23 -04:00
migrate_input_value_jsonb.sql Add multi-capture regex, computed view fields, collapsible rules, and live preview 2026-03-29 16:37:15 -04:00
migrate_tps.sql Import log, constraint key overhaul, and dedup improvements 2026-04-13 23:44:30 -04:00
schema.sql Pivot: named layouts saved in DB per source 2026-04-15 07:31:46 -04:00