Commit Graph

1 Commits (9bf693d98ddf8efa058a5fbbb6a3da5e0c12ab27)

Author SHA1 Message Date
Lunny Xiao 4c29c75968
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.
1 year ago