mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
eb1d9a447b
* fix: use LibsqlError for remote db errors * chore: remove unused drizzle.ts * fix(test): return expected `error` object * fix: error detail formatting * feat(test): error messages with remote adapter * feat(test): add code to test body * chore: changeset
163 B
163 B
@astrojs/db |
---|
patch |
Fix isDbError()
returning false
for remote database errors. Astro will now return a LibsqlError
in development and production.