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
Adds incremental editing of published REST services so users can change
properties or swap individual resources without dropping and recreating
the whole service via CREATE OR REPLACE. Three action forms are
supported and may be combined in a single statement:
- SET Path|Version|ServiceName = '...' [, ...]
- ADD RESOURCE 'name' { ... } (reuses CREATE syntax)
- DROP RESOURCE 'name'
Mirrors the existing ALTER ODATA SERVICE pattern: the executor mutates
the in-memory model, then a new UpdatePublishedRestService writer
re-serializes the document via updateUnit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments