test-json-sql-join · git:20260122.7c367d3 · 2026-01-22 · sha256 c37ce8d45618d4cf
test-json-sql-join git:20260122.7c367d3A
Immutable. This exact content is served forever at /api/v1/blob/c37ce8d45618d4cf.
--- name: test-json-sql-join description: Tests join primitive (INNER JOIN) manual_only: true --- # Test Join Primitive **Self-contained:** Creates test data internally **Input:** - Creates $papers: A, B, C, D - Creates $authors: A (Alice), B (Bob), E (Eve) **Operation:** Inner join on id field **Expected Output:** $joined collection with 2 items (A and B have matches) - Paper A + Author Alice - Paper B + Author Bob