delvh
|
0ebb45cfe7
|
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2022-10-24 20:29:17 +01:00 |
|
Lunny Xiao
|
c61b902538
|
Upgrade xorm to v1.0.0 (#10646)
* Upgrade xorm to v1.0.0
* small nit
* Fix tests
* Update xorm
* Update xorm
* fix go.sum
* fix test
* Fix bug when dump
* Fix bug
* update xorm to latest
* Fix migration test
* update xorm to latest
* Fix import order
* Use xorm tag
|
2020-03-22 11:12:55 -04:00 |
|
Lunny Xiao
|
d151503d34
|
Upgrade xorm to v0.8.0 (#8536)
|
2019-10-17 11:26:49 +02:00 |
|
Lunny Xiao
|
f83db078f0
|
Move database settings from models to setting (#7806)
* move database settings from models to setting
* update docs
* fix checkout pr
* fix tests
* fix lint
* remove unsupported tidb options
* correct wrong variable name
* remove tidb totally
|
2019-08-24 11:24:45 +02:00 |
|
Maurizio Porrato
|
19862699cd
|
Override xorm type mapping for U2F counter (#6232)
|
2019-03-04 21:34:52 -05:00 |
|