EverOS/tests
Kendrick-Song 56ee9c8e5c
fix(search): scope deprecated_by filter to user tables only (#330)
compile_filters() unconditionally appended 'deprecated_by IS NULL' to
every query, but the deprecated_by column only exists on user-scoped
tables (episode, atomic_fact — Reflection V1). Agent tables
(agent_case, agent_skill) lack this column, causing a SQL error on
agent search/get queries.

Gate the clause behind owner_type == 'user' so agent queries no longer
reference a non-existent column.

Bump version to 1.1.2.

Co-authored-by: Jiayao Song <jiayao.song@shanda.com>
2026-07-08 11:17:01 +08:00
..
e2e chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
fixtures chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
helpers chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
integration chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
unit fix(search): scope deprecated_by filter to user tables only (#330) 2026-07-08 11:17:01 +08:00
__init__.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
_consistency_assertions.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
conftest.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00