Skip to content

Commit 94d5988

Browse files
committed
Removed IsExplain
1 parent 3097191 commit 94d5988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sys/sqlite3/statement.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,11 @@ func (s *Statement) IsBusy() bool {
135135
}
136136

137137
// IsExplain returns true if the statement S is an EXPLAIN statement or an EXPLAIN QUERY PLAN
138+
/*
138139
func (s *Statement) IsExplain() bool {
139140
return intToBool(int(C.sqlite3_stmt_isexplain((*C.sqlite3_stmt)(s))))
140141
}
142+
*/
141143

142144
// IsReadonly returns true if the statement makes no direct changes to the content of the database file.
143145
func (s *Statement) IsReadonly() bool {

0 commit comments

Comments
 (0)