]> source.dussan.org Git - gitea.git/commit
Fix SQL quoting (#5117)
authorFilip Navara <filip.navara@gmail.com>
Sat, 20 Oct 2018 22:19:21 +0000 (00:19 +0200)
committertechknowlogick <hello@techknowlogick.com>
Sat, 20 Oct 2018 22:19:21 +0000 (18:19 -0400)
commit9b2fcadeef75d9e6256c0258d39751da71847d66
treef6b142e9edf6386a4b338b52fd39683bc79f8708
parentc2748ea7fe4800331e91b9e7ff62c99181fa2ed6
Fix SQL quoting (#5117)

`show` is keyword in MySQL and has to be quoted to reference a column name. Use grave accents (ASCII code 96) for quoting to match rest of the source code. It's non-standard SQL, but it's supported by SQLite and MySQL.

Signed-off-by: Filip Navara <navara@emclient.com>
models/user_openid.go