Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: guxingo/gorm

Tags

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>

v1.22.4

Toggle v1.22.4's commit message
Fix auto migration always alert table, close go-gorm#4198

v1.22.3

Toggle v1.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(migrator,migrator/migrator.go,tests/migrate_test.go) : Get multi…

…ple data tables for migrator. (go-gorm#4841)

* feat(migrator,migrator/migrator.go,tests/migrate_test.go) : Get multiple data tables for migrator.

* feat(migrator.go and migrator/migrator.go) : remove Table Struct replace with []string

* fix(migrator)  : Return all data tables

* Update migrator.go

* fix(migrator/migrator.go):remove var sql

* feat(migrate_test.go/go.mod):update sqlserver,sqlite,postgres,pq version and add getTables test

* fix(migrate_test.go):change GetTables Method Test,use intersection

Co-authored-by: dino.ma <[email protected]>

v1.22.2

Toggle v1.22.2's commit message
Add dest value if current size equal zero

v1.22.1

Toggle v1.22.1's commit message
Add returning tests

v1.22.0

Toggle v1.22.0's commit message
Improve returning support