Fix SQLITE_BUSY retry logic

This commit is contained in:
2024-09-16 15:35:24 +02:00
parent ce641a3ffe
commit fbb9cf68ab
4 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ require (
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/rs/zerolog v1.33.0
gogs.mikescher.com/BlackForestBytes/goext v0.0.512
gogs.mikescher.com/BlackForestBytes/goext v0.0.513
gopkg.in/loremipsum.v1 v1.1.2
)