8000 Tags · kissthink/gorm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kissthink/gorm

Tags

v1.9.2

Toggle v1.9.2's commit message
Check valuer interface before scan value (go-gorm#2155)

Scan interface only accept int64, float64, bool, []byte, string,
time.Time or nil. When do scan, it's better to check whether the type
support valuer interface and do convert.

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

0