remove unused variable
This commit is contained in:
parent
aae045f9aa
commit
df38e47fa2
|
@ -26,7 +26,6 @@ type Session struct {
|
||||||
Statement Statement
|
Statement Statement
|
||||||
IsAutoCommit bool
|
IsAutoCommit bool
|
||||||
IsCommitedOrRollbacked bool
|
IsCommitedOrRollbacked bool
|
||||||
TransType string
|
|
||||||
IsAutoClose bool
|
IsAutoClose bool
|
||||||
|
|
||||||
// Automatically reset the statement after operations that execute a SQL
|
// Automatically reset the statement after operations that execute a SQL
|
||||||
|
|
Loading…
Reference in New Issue