8000 Tags · infrahq/gorm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Tags: infrahq/gorm

Tags

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 <wosmvp@gmail.com>
Date:   Sat Apr 2 17:26:48 2022 +0800

    Refactor go-gorm#5218

commit 95d00e6
Author: huangcheng1 <huangcheng1@sensetime.com>
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 <wosmvp@gmail.com>
Date:   Fri Mar 18 17:06:43 2022 +0800

    Refactor go-gorm#5168

commit fb92330
Author: ag9920 <alexgong7@outlook.com>
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] <support@github.com>

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 <mashengjie03@baidu.com>

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

0