We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5f66 commit 2c404eeCopy full SHA for 2c404ee
sqlite3_session.go
@@ -27,10 +27,6 @@ type Session struct {
27
session *C.sqlite3_session
28
}
29
30
-type Changeset struct {
31
- changeset *C.sqlite3_changeset_iter
32
-}
33
-
34
// CreateSession creates a new session object.
35
func (c *SQLiteConn) CreateSession(dbName string) (*Session, error) {
36
cDbName := C.CString(dbName)
0 commit comments