fix(monitoring): restore Cloud message persistence and bot-scoped sessions

This commit is contained in:
dadachann
2026-09-11 06:04:02 +00:00
parent ce6b647fe7
commit 8bc1411d07
34 changed files with 2428 additions and 610 deletions
@@ -958,6 +958,8 @@ async def test_scoped_session_rejects_raw_or_unapproved_sql(
[
sa.select(sa.literal('set_config(')),
sa.select(sa.func.count()),
sa.select(sa.func.min(sa.column('timestamp'))),
sa.select(sa.func.max(sa.column('timestamp'))),
sa.select(sa.func.coalesce(sa.func.sum(sa.literal(1)), sa.literal(0))),
sa.select(
sa.func.now(),