test-json-sql-project ยท diff
git:20251125.79ed510 to git:20260122.7c367d3
2 added, 2 removed. Audit A to A.
---
name: test-json-sql-project
description: Tests project primitive (SELECT fields)
manual_only: true
---
# Test Project Primitive
- **Requires:** Run test-json-sql-setup first to create $papers
+ **Self-contained:** Creates test data internally
- **Input:** $papers collection (4 papers with id, title, year, citations, venue)
+ **Input:** Creates $papers collection (4 papers with id, title, year, citations, venue)
**Operation:** Project only title and year fields
**Expected Output:** $projected collection with 4 items, each containing only {title, year}