summaryrefslogtreecommitdiff
path: root/internal/db/bundb/errors.go
AgeCommit message (Expand)AuthorFiles
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim1
2024-03-22[bugfix] add all possible busy result codes to the sqlite errBusy catching ch...Libravatar kim1
2024-03-07[bugfix] add workaround for Xsqlite_interrupt() permanently breaking connecti...Libravatar kim1
2023-10-18[bugfix] Postgres error wrapping fix (#2276)Libravatar tobi1
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-02-08go fmtLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
2022-01-08compiling nowLibravatar tsmethurst1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1