(error: unknown)
| 77 | } |
| 78 | |
| 79 | protected onError(error: unknown): never { |
| 80 | debug('Error in performIO: %O', error) |
| 81 | throw new DriverAdapterError(convertDriverError(error)) |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | // All transaction operations use `client.query` instead of `client.execute` to avoid using the |
no test coverage detected