Commit 1c9938c
Dylan Bobby Storey
chore: bump version to 0.4.2
Release highlights:
- Fix UNWIND $param write paths: CREATE+SET, MERGE, literal+SET (#49)
- Fix startNode(r)/endNode(r) alias collision in same RETURN (#50)
- Fix CALL subquery MERGE inner variable scoping (#51)
- Fix OPTIONAL MATCH WHERE null row preservation (#34b)
- Fix WITH+MATCH+MERGE dispatch routing
- Fix functions-in-SET with node property references
- Sanitize SQL aliases from backtick-quoted Cypher identifiers (#55)
- Cross-clause hardening test suite (38_cross_clause_hardening.sql)
- All 12 historical expected failures promoted to passing regression suite
- Test coverage: 937 CUnit, 46 functional, 346 Python, 245 Rust1 parent 00ad7bb commit 1c9938c
7 files changed
Lines changed: 7 additions & 7 deletions
File tree
- bindings
- python/src/graphqlite
- rust
- docs/src
- reference
- tutorials
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments