trustgraph/trustgraph-flow
forhim007 e4d9c53d7b fix: guard against IndexError on empty query string in SPARQL generator
When query.split() returns an empty list (which can happen if the
query is empty or whitespace-only), indexing with [0] raises an
IndexError. Extract the split result first and guard against an
empty list before accessing the first element.

Fixes #870
2026-05-07 21:08:45 +08:00
..
trustgraph fix: guard against IndexError on empty query string in SPARQL generator 2026-05-07 21:08:45 +08:00
pyproject.toml feat: IAM service, gateway auth middleware, capability model, and CLIs (#849) 2026-04-24 17:29:10 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00