alexedwards / scs

HTTP Session Management for Go
MIT License
2.12k stars 166 forks source link

Explicitly pin gorm table and column names #150

Closed zchenyu closed 1 year ago

zchenyu commented 1 year ago

Without this, the table/column names will be affected by the user's GORM config if they override the NamingStrategy: https://gorm.io/docs/gorm_config.html#NamingStrategy

This will cause some of the queries in this package to fail.

alexedwards commented 1 year ago

Thank you! Merging now.