Lunny Xiao
ab234281a9
Upgrade xorm to v1.0.5 ( #12765 )
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
Lunny Xiao
28b1238c08
Upgrade xorm to v1.0.4 ( #12694 )
5 years ago
Lunny Xiao
9f8ae25bf4
Support use nvarchar for all varchar columns when using mssql ( #12269 )
* Support use nvarchar for all varchar columns when using mssql
* fix lint
* Change DEFAULT_VARCHAR to nvarchar
* Remove the config for default varchar since it's unnecessary
5 years ago
Lunny Xiao
ef242158d6
Upgrade xorm to v1.0.3 ( #12210 )
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
Lunny Xiao
41a81d5146
Upgrade xorm to v1.0.2 ( #11900 )
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
Lunny Xiao
9f33c33c7f
Upgrade xorm to v1.0.1 and fix start fail with potgres ( #10819 )
* upgrade xorm to v1.0.1
* fix start fail with postgres
Co-authored-by: zeripath <art27@cantab.net>
5 years ago
Lunny Xiao
da379d50f0
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
5 years ago
guillep2k
96f178abad
Add support for database schema in PostgreSQL ( #8819 )
* Add support for database schema
* Require setting search_path for the db user
* Add schema setting to admin/config.tmpl
* Use a schema different from default for psql tests
* Update postgres scripts to use custom schema
* Update to xorm/core 0.7.3 and xorm/xorm c37aff9b3a
* Fix migration test
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
6543
a1e52bf37c
Hide not allowed Reactions ( #9387 )
* Hide not allowed Reactions
* filter in query :D
* use `
Co-Authored-By: Alexey 〒erentyev <axifnx@gmail.com>
* update xorm v0.8.0 -> v0.8.1
5 years ago
Lunny Xiao
edf0647db9
Upgrade xorm to v0.8.0 ( #8536 )
6 years ago
Lunny Xiao
bdefe2a81e
Upgrade xorm to latest to fix insert issue bug ( #8309 )
* upgrade xorm to latest to fix insert issue bug
* add newissue unit tests
* update xorm version
* fix tests
6 years ago
Lunny Xiao
0335afce67
Fix label count ( #8267 )
* fix label count
* fix vendor
* fix import order
* update xorm to fix bug
* fix tests
* fix mssql bug
6 years ago
guillep2k
117bbcc354
Retry create issue to cope with duplicate keys ( #7898 )
* Retry create issue to cope with duplicate keys
* Use .SetExpr().Where().Insert()
6 years ago
Lunny Xiao
1d4cf7b213
Fix error log when loading issues caused by a xorm bug ( #7271 )
* fix error log when loading issues caused by a xorm bug
* upgrade packages
* fix fmt
* fix Consistency
* fix tests
6 years ago