Skip to content

Tags: prvbl/gorm

Tags

v1.20.8

Toggle v1.20.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed creation of associated records with composite primary keys (go-…

…gorm#3817) (go-gorm#3818)

v1.20.7

Toggle v1.20.7's commit message
Add error check for Transaction

v1.20.6

Toggle v1.20.6's commit message
Fix create index for other database/schema, close go-gorm#3698

v1.20.5

Toggle v1.20.5's commit message
Fix data race problem when using Scan, close go-gorm#3662

v1.20.4

Toggle v1.20.4's commit message
Fix copy lock for prepared statement, close go-gorm#3642, go-gorm#3607

v1.20.3

Toggle v1.20.3's commit message
Upgrade test go.mod dependencies

v1.20.2

Toggle v1.20.2's commit message
Fix affected rows for Scan, change affected rows count for row/rows t…

…o '-', close go-gorm#3532

v1.20.1

Toggle v1.20.1's commit message
Allow negative number for limit

v1.20.0

Toggle v1.20.0's commit message
More compatible prioritized primary field go-gorm#3156

v1.9.19

Toggle v1.9.19's commit message
Refactor association