This commit is contained in:
Avtion 2020-07-08 08:03:27 +00:00
parent 6becb291d3
commit f3c53f44b8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ func (session *Session) Begin() error {
session.saveLastSQL("BEGIN TRANSACTION")
}
session.isAutoClose = false
return nil
}