RootCauseunvalidated
The Neon transaction pooler resets `search_path` to empty between transactions. — Drizzle's generated SQL is not schema-qualified — it emits `SELECT … FROM "knowledge_reports"`, NOT `FROM "public"."knowledge_reports"`. Tension: With `search_path=""` (empty), `public.*` tables become invisible.
130a9bcf-7c10-4df8-a98d-ff72ffc268c1
The Neon transaction pooler resets search_path to empty between transactions. — Drizzle's generated SQL is not schema-qualified — it emits SELECT … FROM "knowledge_reports", NOT FROM "public"."knowledge_reports". Tension: With search_path="" (empty), public.* tables become invisible.