]> source.dussan.org Git - gitea.git/commit
Replace MSSQL driver with a better maintained version (#30390)
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 11 Apr 2024 01:12:40 +0000 (09:12 +0800)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 01:12:40 +0000 (01:12 +0000)
commitf0bfad29ea00eea7fd421d51352825aaa931aba8
tree95bc6510ef6dd36c26ba3431ccfe395a7a5f6abd
parent17c7ebb327faf6f8b6d659a0adb451b553405116
Replace MSSQL driver with a better maintained version (#30390)

As the latest tag of `github.com/denisenkom/go-mssqldb` is in 2022, but
as a fork of it, `github.com/microsoft/go-mssqldb` has more activities
than the original repository. We can convert the driver to the fork.

Since the interface of Go database driver are the same, it should have
no any affect for the end users.
assets/go-licenses.json
go.mod
go.sum
models/db/engine.go