ComfyUI/research_api/routes
诺斯费拉图 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
..
__init__.py feat: add research API routes (aiohttp, projects, papers, claims, sources, feed) 2026-04-12 17:08:19 +08:00
_db_helpers.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00
research_routes.py fix: pre-landing review critical fixes 2026-04-13 20:47:49 +08:00