]> source.dussan.org Git - gitea.git/commit
Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907)
authorLunny Xiao <xiaolunwen@gmail.com>
Sat, 6 Mar 2021 15:11:12 +0000 (23:11 +0800)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 15:11:12 +0000 (23:11 +0800)
commit5ccf8b64306fd6d695e6938fea7ad2f85df5717c
tree5b9db9f6b7ee37c9a9c25ab1b89c7a8d0b37db87
parentf4efa10f779bd5cfdbf3dbcf21680245cf18c49b
Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907)

* Fix sqlmode bug

* distinct is necessary
models/issue.go