mattn

Results 892 comments of mattn

The 2.0.X was retracted. https://pkg.go.dev/github.com/mattn/go-sqlite3?tab=versions You may have already had go-sqlite3 version 2.0.X. Please update manually to 1.4.X.

@rittneje Yes. My understanding is that once people manually revert to 1.4.X, they will not be upgraded thereafter since 2.X was retracted. I believe this is a problem that cannot...

I have no plans to release v2 any more.

v2 was an accidental release because the Go mod incorrectly identified the branch name as a tag. https://github.com/mattn/go-sqlite3/pull/998 is a PR to add retract as a way to fix these...

If we provide variable driverName, you may be possible to replace the name. How about this? ``` go build -ldflags="-X 'github.com/mattn/go-sqlite3.driverName=my-sqlite3'" ```

Ah, sorry. I misunderstood the purpose of this issue.

I pushed new tag v1.14.0. So you can upgarde go-sqlite3 now.

You have better to work on $GOPATH/src/github.com/mattn/go-sqlite3 with branch not on $GOPATH/src/github.com/CovenantSQL/go-sqlite3-encrypt.

@GJRTimmer How do you think this PR?