omnigraph/crates
Ragnor Comerford 779a6a039e fix(loader): enforce composite @unique(a, b) as a true composite key
Node/edge composite uniqueness constraints were flattened into a single
list of property names, so @unique(a, b) was enforced as independent
single-field checks @unique(a) AND @unique(b) at intake. Preserve the
constraint grouping and check each group as a composite key, mirroring
the merge-path enforcement. Error messages now name the full composite.

MR-983
2026-05-31 01:16:33 +00:00
..
omnigraph fix(loader): enforce composite @unique(a, b) as a true composite key 2026-05-31 01:16:33 +00:00
omnigraph-cli docs: rename runs.md/runs.rs → writes and repoint all references (#131) 2026-05-30 23:20:56 +02:00
omnigraph-compiler (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
omnigraph-policy (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
omnigraph-server feat: inline query strings in CLI and HTTP server (#110) 2026-05-29 13:41:54 +02:00