mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:12:26 -05:00
[bugfix] Postgres error wrapping fix (#2276)
This commit is contained in:
parent
5250b5775f
commit
77c5d74113
2 changed files with 115 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ package bundb
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/jackc/pgconn"
|
||||
"github.com/jackc/pgx/v5/pgconn"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/db"
|
||||
"modernc.org/sqlite"
|
||||
sqlite3 "modernc.org/sqlite/lib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue