Avoid escaping times (#256)

This commit is contained in:
Nuno Cruces
2025-03-31 13:02:41 +01:00
committed by GitHub
parent 41dc46af7e
commit 1f5d8bf7df
8 changed files with 247 additions and 116 deletions

2
txn.go
View File

@@ -20,7 +20,7 @@ type Txn struct {
}
// Begin starts a deferred transaction.
// Panics if a transaction is already in-progress.
// It panics if a transaction is in-progress.
// For nested transactions, use [Conn.Savepoint].
//
// https://sqlite.org/lang_transaction.html