ComfyUI/research_api
诺斯费拉图 38cd508974 fix: pre-landing review critical fixes
- Replace StaticPool with NullPool in db.py (concurrency write hazard)
- Replace asyncio.get_event_loop() with asyncio.get_running_loop()
  in _db_helpers.py (deprecated in Python 3.10+)
- Reorder routes in research_routes.py: specific
  /research/assets/{type}/{asset_id} before wildcard {path:.*}
- Add project_id ForeignKey to PaperAsset in models.py
- Add database indexes on frequently queried columns
  (library_status, updated_at, project_id, status, source_id)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 20:47:49 +08:00
..
routes fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00
__init__.py feat: add research_comfy Phase 1 directory structure 2026-04-12 17:00:28 +08:00
db.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00
models.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00