]> source.dussan.org Git - gitea.git/commit
Upgrade xorm to v1.1.1 (#16339)
authorLunny Xiao <xiaolunwen@gmail.com>
Sun, 4 Jul 2021 13:10:46 +0000 (21:10 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 13:10:46 +0000 (15:10 +0200)
commit760af187ba65948f22e96dafb2cc364e163ab204
tree274b7ef7a19c0e34749a809435f0571345dc6fd0
parent32fd11395b7631cd226783a98b86e55192bd99ca
Upgrade xorm to v1.1.1 (#16339)
39 files changed:
go.mod
go.sum
vendor/modules.txt
vendor/xorm.io/xorm/.drone.yml
vendor/xorm.io/xorm/.gitignore
vendor/xorm.io/xorm/.revive.toml
vendor/xorm.io/xorm/CHANGELOG.md
vendor/xorm.io/xorm/convert.go
vendor/xorm.io/xorm/dialects/dialect.go
vendor/xorm.io/xorm/dialects/filter.go
vendor/xorm.io/xorm/dialects/mssql.go
vendor/xorm.io/xorm/dialects/mysql.go
vendor/xorm.io/xorm/dialects/oracle.go
vendor/xorm.io/xorm/dialects/postgres.go
vendor/xorm.io/xorm/dialects/sqlite3.go
vendor/xorm.io/xorm/engine.go
vendor/xorm.io/xorm/go.mod
vendor/xorm.io/xorm/go.sum
vendor/xorm.io/xorm/interface.go
vendor/xorm.io/xorm/internal/json/jsoniter.go [new file with mode: 0644]
vendor/xorm.io/xorm/internal/statements/expr.go [new file with mode: 0644]
vendor/xorm.io/xorm/internal/statements/expr_param.go [deleted file]
vendor/xorm.io/xorm/internal/statements/insert.go
vendor/xorm.io/xorm/internal/statements/query.go
vendor/xorm.io/xorm/internal/statements/statement.go
vendor/xorm.io/xorm/internal/statements/update.go
vendor/xorm.io/xorm/log/logger.go
vendor/xorm.io/xorm/scan.go [new file with mode: 0644]
vendor/xorm.io/xorm/schemas/column.go
vendor/xorm.io/xorm/schemas/table.go
vendor/xorm.io/xorm/schemas/version.go [new file with mode: 0644]
vendor/xorm.io/xorm/session.go
vendor/xorm.io/xorm/session_convert.go
vendor/xorm.io/xorm/session_insert.go
vendor/xorm.io/xorm/session_query.go
vendor/xorm.io/xorm/session_raw.go
vendor/xorm.io/xorm/session_update.go
vendor/xorm.io/xorm/tags/parser.go
vendor/xorm.io/xorm/tags/tag.go