database icon indicating copy to clipboard operation
database copied to clipboard

Joins

Open fogelito opened this issue 3 months ago • 1 comments

Summary by CodeRabbit

  • New Features

    • Join support (inner/left/right) with aliasing and relation-based comparisons.
    • QueryContext introduced to carry selections, permissions, and tenant scope across operations.
  • Behavior Changes / Refactor

    • Selection semantics switched to per-field selects; projections and internal field exposure adjusted.
    • Core read/query flows moved to context-driven processing; validators reworked (new V2 validator) and many legacy validators disabled.
  • Tests

    • Expanded join end-to-end coverage; tests updated to use QueryContext and per-field selects.

✏️ Tip: You can customize this high-level summary in your review settings.

fogelito avatar Nov 20 '25 09:11 fogelito