| 1 | // Regression: every cloud drizzle instance must be constructed with the |
| 2 | // merge of cloud + executor schemas. If ANY call site builds its own |
| 3 | // `{ schema }` without spreading both, `db._.fullSchema` comes back |
| 4 | // missing tables and the drizzle adapter throws |
nothing calls this directly
no test coverage detected