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

Tags: jinguoxing/gorm

Tags

v1.9.7

Toggle v1.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed nil error when first updates with struct (go-gorm#2443)

Fixed nil error when first updates with struct

v1.9.6

Toggle v1.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-gorm#2411 from France-ioi/pluck

Remove old elements from the output parameter of Pluck()

v1.9.5

Toggle v1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (go-gorm#2429)

Update dependencies

v1.9.4

Toggle v1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
B778
Merge pull request go-gorm#2396 from emirb/fix-singulartable-race-con…

…dition

Fix SingularTable race condition

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-gorm#2385 from emirb/feature/cleanup-go-mod

Cleanup go.mod

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