Skip to content

v0.9.8: SPARQL result cap enforces the outermost LIMIT

Latest

Choose a tag to compare

@cyanheads cyanheads released this 16 Jul 11:05
v0.9.8
6109a62

SPARQL result cap enforces the outermost LIMIT

Fixed:

  • eurlex_query_sparql result cap now bounds the outermost (brace-depth 0) LIMIT instead of the first in the query text, so a subselect no longer leaves the outer query uncapped or gets a caller-supplied inner LIMIT silently rewritten (#63). Enforcement is scoped to the raw escape hatch; internal self-bounded queries are unchanged.

383 tests pass; bun run devcheck clean.

CHANGELOG v0.9.8