Skip to content

Commit 41ec88e

Browse files
committed
docs: Update README test coverage to 3000+ tests and reorganize features
- Update test coverage: 3000+ tests across unit, integration, and benchmark suites - Move UNWIND and Pattern Comprehensions to Key Features section - Remove 'New in the Main Branch' section (features now in release) - Clean up feature organization for v0.6.1 release
1 parent c92b681 commit 41ec88e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- **GraphRAG Multi-Type VLP** - Variable-length paths across heterogeneous graphs (18/20 tests passing)
2828
- **Per-MATCH WHERE** - OpenCypher-compliant consecutive MATCH clauses with individual WHERE clauses
2929
- **LDBC SNB Progress** - 15/41 queries passing (37%): IS queries 7/7 (100%), IC 4/14, BI 4/20
30-
- **Test Coverage** - 231/354 comprehensive matrix tests passing (65.3%)
30+
- **Test Coverage** - 3000+ tests across unit, integration, and benchmark suites
3131

3232
### Key Features
3333

@@ -36,7 +36,8 @@
3636
- **Chained WITH Clauses** - 3+ level chained WITHs generate correct SQL (enables IC-1, IC-2)
3737
- **Configurable Type Inference** - `max_inferred_types` parameter for complex GraphRAG schemas (default: 5)
3838
- **OpenCypher Per-MATCH WHERE** - Each MATCH clause can have its own WHERE (9/9 tests passing)
39-
- **ClickHouse function passthrough** - Make all ClickHouse functions available in Cypher through the pass-thru feature
39+
- **Multiple UNWIND Clauses** - Cartesian product support for multiple consecutive UNWIND clauses (e.g., `UNWIND [1,2] AS x UNWIND [10,20] AS y` → 4 rows)
40+
- **Pattern Comprehensions** - Extract values from graph patterns into lists with `[(pattern) | expression]` syntax
4041

4142
### Bug Fixes 🐛
4243

@@ -45,9 +46,6 @@
4546
- **VLP ID columns** - Use relationship schema columns (`from_id`/`to_id`)
4647
- **Cycle prevention** - Skip for single-hop patterns (can't have cycles)
4748

48-
### New in the Main Branch
49-
- **Multiple UNWIND Clauses** - Cartesian product support for multiple consecutive UNWIND clauses (e.g., `UNWIND [1,2] AS x UNWIND [10,20] AS y` → 4 rows)
50-
- **Pattern Comprehensions** - Extract values from graph patterns into lists with `[(pattern) | expression]` syntax
5149
---
5250

5351
## 📦 Major Features & Capabilities (v0.5.0 - v0.6.1)

0 commit comments

Comments
 (0)