Do not ever quote asterisk symbol. Fixes #1780 #1781

Merged
lunny merged 1 commits from lafriks-fork/xorm:fix/asterisk_escape into master 2020-09-06 08:24:20 +00:00
Contributor
No description provided.
lafriks added the
kind
bug
label 2020-09-04 15:20:32 +00:00
lafriks added 1 commit 2020-09-04 15:20:36 +00:00
Do not ever quote asterisk symbol. Fixes #1780
All checks were successful
continuous-integration/drone/pr Build is passing
862039ba32
Author
Contributor

test failure not related to these changes

test failure not related to these changes
lunny approved these changes 2020-09-05 14:05:05 +00:00
Dismissed
lunny reviewed 2020-09-05 14:07:08 +00:00
Dismissed
@ -144,3 +142,3 @@
isReserved := q.IsReserved(realWord)
if isReserved {
if isReserved && realWord != "*" {
Owner

But when realWord is *, q.IsReserved will always return false ?

But when realWord is `*`, q.IsReserved will always return `false` ?
lunny merged commit 01e1e98dd5 into master 2020-09-06 08:22:43 +00:00
lunny added this to the 1.0.5 milestone 2020-09-08 13:55:44 +00:00
Sign in to join this conversation.
No description provided.