Skip to content

Tags: pengshaomin/gorm

Tags

2.0

Toggle 2.0's commit message
rewrite if-else chain as switch statement (go-gorm#2121)

From effective Go: https://golang.org/doc/effective_go.html#switch

> It's therefore possible—and idiomatic—to write an if-else-if-else chain as a switch.

v1.9.1

Toggle v1.9.1's commit message
Fix panic with raw SQL

v1.9

Toggle v1.9's commit message
Add SubQuery method