Skip to content

Tags: cugarwang/gorm

Tags

v1.23.8

Toggle v1.23.8's commit message
Revert "use callback to handle transaction"

This reverts commit 93f28bc.

v1.23.7

Toggle v1.23.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: association many2many duplicate elem (go-gorm#5473)

* fix: association many2many duplicate elem

* chore: gofumpt style

v1.23.6

Toggle v1.23.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
enhancement: Avoid calling reflect.New() when passing in slice of val…

…ues to `Scan()` (go-gorm#5388)

* fix: reduce allocations when slice of values

* chore[test]: Add benchmark for scan

* chore[test]: add bench for scan slice

* chore[test]: add bench for slice pointer and improve tests

* chore[test]: make sure database is empty when doing slice tests

* fix[test]: correct sql delete statement

* enhancement: skip new if rows affected = 0

v1.23.5

Toggle v1.23.5's commit message
Refactor FirstOrCreate, FirstOrInit

v1.23.4

Toggle v1.23.4's commit message
fix: tables lost when joins exists in from clause, close go-gorm#5218

commit 7f6a603afa26820e187489b5203f93adc513687c
Author: Jinzhu <[email protected]>
Date:   Sat Apr 2 17:26:48 2022 +0800

    Refactor go-gorm#5218

commit 95d00e6
Author: huangcheng1 <[email protected]>
Date:   Fri Apr 1 16:30:27 2022 +0800

    fix: tables lost when joins exists in from clause

v1.23.3

Toggle v1.23.3's commit message
fix: serializer use default valueOf in assignInterfacesToValue, close g…

…o-gorm#5168

commit 58e1b2bffbc216f2862d040fb545a8a486e473b6
Author: Jinzhu <[email protected]>
Date:   Fri Mar 18 17:06:43 2022 +0800

    Refactor go-gorm#5168

commit fb92330
Author: ag9920 <[email protected]>
Date:   Thu Mar 17 21:23:28 2022 +0800

    fix: serializer use default valueOf in assignInterfacesToValue

v1.23.2

Toggle v1.23.2's commit message
Refactor Tx interface

v1.23.1

Toggle v1.23.1's commit message
Improve support for AutoMigrate

v1.23.0

Toggle v1.23.0's commit message
Update auto stale days

v1.22.5

Toggle v1.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump gorm.io/driver/mysql from 1.2.1 to 1.2.3 in /tests (g…

…o-gorm#4987)

Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/go-gorm/mysql/releases)
- [Commits](go-gorm/mysql@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>