mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Copy blobs.
This commit is contained in:
2
txn.go
2
txn.go
@@ -230,7 +230,7 @@ func (c *Conn) txnExecInterrupted(sql string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// TxnState starts a deferred transaction.
|
||||
// TxnState determines the transaction state of a database.
|
||||
//
|
||||
// https://sqlite.org/c3ref/txn_state.html
|
||||
func (c *Conn) TxnState(schema string) TxnState {
|
||||
|
||||
Reference in New Issue
Block a user