You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(crdt): support RETURNING on CRDT document UPDATE/DELETE
Adds a response-only ReturningSpec field to CrdtOp::DocUpsert and
DocDelete, threaded through the planner (UPDATE/DELETE now route to
DocUpsert/DocDelete with RETURNING instead of being rejected), the
pgwire returning-spec injection, response-shape classification, WAL
dispatch/replication, and the Data Plane handlers that project the
written or pre-deletion row. WAL and replicated records still encode
with returning=None since the projection is response-only.
0 commit comments