mirror of https://github.com/go-gitea/gitea
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>pull/4845/head^2
parent
c2748ea7fe
commit
9b2fcadeef
Loading…
Reference in new issue