mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
b4bfe1e854
Convert all associative arrays to Document objects in the update endpoint's $setCollection closure, not just those without $id. Arrays with $id were left as raw arrays, causing RelationshipException in the DB layer for oneToOne non-twoWay relationships. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>