trustgraph/trustgraph-flow
cybermaggedon 81e9a3ebe4
fix: stop pushing SPARQL LIMIT into child algebra nodes (#946)
The Slice evaluator was propagating the SPARQL LIMIT value as the
inner limit for child evaluations, starving LeftJoin (OPTIONAL) and
other operators of results. The safety limit parameter should flow
through unchanged; LIMIT/OFFSET are applied only at the Slice node.
2026-05-21 12:24:38 +01:00
..
trustgraph fix: stop pushing SPARQL LIMIT into child algebra nodes (#946) 2026-05-21 12:24:38 +01:00
pyproject.toml Open 2.5 release branch (#939) 2026-05-19 16:07:27 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00