omnigraph/crates/omnigraph-compiler/src
Claude c943d97744
Fix null-fill for nullable params when params JSON is None/null
The early return at line 273 for None/Value::Null params was skipping
the null-fill loop, leaving declared nullable params absent from the
map. Downstream code would then error with "parameter not provided".

https://claude.ai/code/session_014oGFKL7EVg1b2cyPgt9Gne
2026-04-13 09:37:17 +00:00
..
catalog Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
ir Support multi-statement mutations (insert + edge in one query) 2026-04-11 20:27:51 +00:00
query Fix nullable query parameters: accept omission and null for ? params 2026-04-13 08:43:48 +00:00
schema Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
embedding.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
error.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
json_output.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
lib.rs Add query lint and check commands 2026-04-13 00:37:44 +03:00
query_input.rs Fix null-fill for nullable params when params JSON is None/null 2026-04-13 09:37:17 +00:00
result.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
types.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00