| 1 | // Regression for the "StorageError: Failed query: …" reports in production. |
| 2 | // One root cause fanned out into a report per table and WHERE-clause because |
| 3 | // `fumaFailureFromCause` copied the driver's error text verbatim into |
| 4 | // `StorageError.message`: drizzle's `DrizzleQueryError` message is |
nothing calls this directly
no test coverage detected