gomog/internal/protocol/http
程广 faed5bb6ab fix: 修复编译错误和 HTTP upsert 功能
- examples/stream_aggregate_example.go: 使用循环调用 Insert 替代不存在的 InsertMany
- internal/engine/crud_handler.go: Update 方法添加 upsert 参数
- internal/protocol/http/server.go: 传递 op.Upsert 到 CRUDHandler
- internal/engine/memory_store.go: upsert 时优先使用 filter 中的 _id

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 17:10:24 +08:00
..
batch2_test.go feat(engine): 添加聚合引擎比较操作符支持并优化查询功能 2026-03-13 21:48:44 +08:00
server.go fix: 修复编译错误和 HTTP upsert 功能 2026-03-20 17:10:24 +08:00