diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-12-27 15:24:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 15:24:23 +0800 |
commit | 4c29c75968f520123f125e8305b2c29198664251 (patch) | |
tree | de556b8083fd2a1b671d7cc9536fe0f1ebe91218 /templates | |
parent | a1dfffd723c434966152ee521c99e966a3aee065 (diff) | |
download | gitea-4c29c75968f520123f125e8305b2c29198664251.tar.gz gitea-4c29c75968f520123f125e8305b2c29198664251.zip |
Fix session key conflict with database keyword (#28613)
This is a regression from #28220 .
`builder.Cond` will not add `` ` `` automatically but xorm method
`Get/Find` adds `` ` ``.
This PR also adds tests to prevent the method from being implemented
incorrectly. The tests are added in `integrations` to test every
database.
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions