|
@@ -55,6 +55,8 @@ type Session struct {
|
|
|
//beforeSQLExec func(string, ...interface{})
|
|
//beforeSQLExec func(string, ...interface{})
|
|
|
lastSQL string
|
|
lastSQL string
|
|
|
lastSQLArgs []interface{}
|
|
lastSQLArgs []interface{}
|
|
|
|
|
+
|
|
|
|
|
+ rollbackSavePointID string
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Clone copy all the session's content and return a new session.
|
|
// Clone copy all the session's content and return a new session.
|