Skip to content

Tags: edv1n/gorm

Tags

v1.9.11

Toggle v1.9.11's commit message
Revert "Fix go-gorm#2517 : Check for incomplete parentheses to preven…

…t SQL injection." (go-gorm#2674)

This reverts commit e3cc5ea.

v1.9.10

Toggle v1.9.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix go-gorm#2517 : Check for incomplete parentheses to prevent SQL in…

…j… (go-gorm#2519)

Fix go-gorm#2517 : Check for incomplete parentheses to prevent SQL injection.

v1.9.9

Toggle v1.9.9's commit message
Update go.mod

v1.9.8

Toggle v1.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pass logger into Callback{} so that logs are printed consistently (go…

…-gorm#2435)

Pass logger into Callback{} so that logs are printed consistently

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.
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.