Skip to content

Tags: go-gorm/gorm

Tags

v1.25.11

Toggle v1.25.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix (#7081)

* ci: Add PostgreSQL 14 and 15 to GitHub Actions matrix

* ci: Remove older PostgreSQL versions from test matrix

v1.25.10

Toggle v1.25.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix handling of unknown column types (#6540)

v1.25.9

Toggle v1.25.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove `callback` from `callbacks` if `Remove()` called (#6916)

* fix: remove callback from callbacks if Remove() called

* reduce number of loops

* remove unnecessary blank line

v1.25.8

Toggle v1.25.8's commit message
Fix AutoMigrate for bool fields with default value

v1.25.7

Toggle v1.25.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: part 2 of distinguish between Unique and UniqueIndex (#6822)

v1.25.6

Toggle v1.25.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: ignore .gen.go suffix in logger to get the real caller when usin…

…g gen #6697 (#6785)

v1.25.5

Toggle v1.25.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for returning in sqlserver (#6585)

v1.25.4

Toggle v1.25.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix schema GetIdentityFieldValuesMap interface or ptr (#6417)

Co-authored-by: uptutu <[email protected]>

v1.25.3

Toggle v1.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(clause): when the value of clause.Eq is an empty array, the SQL s…

…hould be IN (NULL) (#6503)

v1.25.2

Toggle v1.25.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: fix mariadb mysqladmin (#6401)

Co-authored-by: Saeid Saeidee <[email protected]>