We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated GORM V2 Release Note Draft CN (markdown)
`age=VALUES(age)缺少`
fix: 注释错误
Update public beta version
Update wiki for SetColumn, Changed
Upgrade gorm to v0.2.15
Add DisableForeignKeyConstraintWhenMigrating
Upgrade to latest version
clause.Associations with Select, Omit, Preload
Add group conditions
Add On Delete/Update Constraint
Add SavePoint/RollbackTo/NestedTransaction doc
typo
Update gorm version
我使用`gorm.io/gorm v0.2.6`和`gorm.io/driver/postgres v0.0.0-20200602015520-15fcc29eb286`进行postgres数据库连接时,按照文档的示例使用`DB.name`无法成功连接数据库,默认会使用user值作为db name值,当修改为gorm@v1的`dbname`进行连接时可以正常连接,所以我觉得可能是存在bug,先暂时提交此处修改,待作者后面确认。
Add Release Note
Update WIKI
Reforamt
Add FindInBatches
Update for upsert
Update Context API
Add draft release note CN