]> source.dussan.org Git - gitea.git/commit
Upgrade xorm to v1.2.4 (#17059)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 15 Sep 2021 15:27:46 +0000 (23:27 +0800)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 15:27:46 +0000 (23:27 +0800)
commit1f8df5dd8944233065b69552bfd4a936cd3c8c51
treec3aa93894db0250bef8226a8967b1e041ecde670
parent6a025d8b4ad6ab811f154fb13cd69ddbc8cd9e2c
Upgrade xorm to v1.2.4 (#17059)
13 files changed:
go.mod
go.sum
vendor/modules.txt
vendor/xorm.io/xorm/convert/conversion.go
vendor/xorm.io/xorm/dialects/dialect.go
vendor/xorm.io/xorm/dialects/mssql.go
vendor/xorm.io/xorm/dialects/mysql.go
vendor/xorm.io/xorm/dialects/postgres.go
vendor/xorm.io/xorm/dialects/sqlite3.go
vendor/xorm.io/xorm/internal/utils/new.go [new file with mode: 0644]
vendor/xorm.io/xorm/rows.go
vendor/xorm.io/xorm/session.go
vendor/xorm.io/xorm/session_find.go