test-json-sql-join ยท diff

git:20251125.79ed510 to git:20260122.7c367d3

3 added, 3 removed. Audit A to A.

---
name: test-json-sql-join
description: Tests join primitive (INNER JOIN)
manual_only: true
---
# Test Join Primitive
- **Requires:** Run test-json-sql-setup first to create $papers and $authors
+ **Self-contained:** Creates test data internally
**Input:**
- - $papers: A, B, C, D
- - $authors: A (Alice), B (Bob), E (Eve)
+ - 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