Commit Graph

1 Commits (0222f19f19675afcc0e38237618a712908e3852c)

Author SHA1 Message Date
Lunny Xiao 4c29c75968
Fix session key conflict with database keyword ()
This is a regression from  .
`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.
2023-12-27 15:24:23 +08:00