Commit 6fb4af9
Add QueryBuilder with fluent API and composable filter expressions
Implements the QueryBuilder feature from the SDK redesign design doc:
- Fluent query builder (client.query.builder("table")) with 20 chainable methods
- Composable filter expression tree (models/filters.py) with &, |, ~ operators
- filter_in, filter_between, and where() for expression tree composition
- Automatic column name lowercasing and OData value formatting
- datetime/date/uuid.UUID auto-formatting in filter values
309 tests passing (126 new for QueryBuilder + filters).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 78eb5dd commit 6fb4af9
File tree
7 files changed
+1861
-1
lines changed- src/PowerPlatform/Dataverse
- models
- operations
- tests/unit
- models
7 files changed
+1861
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
0 commit comments