updated changelog

This commit is contained in:
Gani Georgiev
2022-12-08 12:18:17 +02:00
parent 693954cdcd
commit 7aefcd9bf6
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func (dao *Dao) DB() dbx.Builder {
// the Dao instance until dao.Continue() is called, effectively making
// the concurrent requests to perform synchronous db operations.
//
// This method should be used only as a last resort as a workaround
// This method should be used only as a last resort and as a workaround
// for the SQLITE_BUSY error when mixing read&write in a transaction.
//
// Example: