Skip to content

Commit

Permalink
updates exported interface types to match ncruces/go-sqlite3/driver m…
Browse files Browse the repository at this point in the history
…ethods (#3440)
  • Loading branch information
NyaaaWhatsUpDoc authored Oct 14, 2024
1 parent 4fcea3d commit 3ad49f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/db/sqlite/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ type stmtIface interface {
driver.Stmt
driver.StmtExecContext
driver.StmtQueryContext
driver.NamedValueChecker
}

// RowsIface is the driver.Rows interface
Expand All @@ -207,4 +208,5 @@ type stmtIface interface {
type rowsIface interface {
driver.Rows
driver.RowsColumnTypeDatabaseTypeName
driver.RowsColumnTypeNullable
}

0 comments on commit 3ad49f7

Please sign in to comment.