© 2026 Hedgehog Software, LLC
await db.execute(sql`SET db.tenant_id = ${tenantId};`);
Query: SET db.tenant_id = $1; -- params: ["2"]
PostgresError: syntax error at or near "$1"