Skip to content

Tags: go-gorm/mysql

Tags

v1.6.0

Toggle v1.6.0's commit message
Don't overwrite existing clause builders

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed missing database name with table name. (#153)

v1.5.6

Toggle v1.5.6's commit message
Fix insert id order for mariadb

v1.5.5

Toggle v1.5.5's commit message
Fix set time field's precision to 0

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: migrator for mysql 5.6 (#141)

v1.5.3

Toggle v1.5.3's commit message

Verified

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

* refactor: distinguish between Unique and UniqueIndex

* rewrite MigrateColumnUnique

* update gorm to master latest (for go-gorm/gorm#6386)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
When adding a new column to a table, include a primary key if the fie…

…ld is either a primary key itself or has an auto-increment attribute (#129)

* When adding a new column to a table, include a primary key if the field is either a primary key itself or has an auto-increment attribute.

* When adding a new column to a table, include a primary key if the field is either a primary key itself or has an auto-increment attribute.

---------

Co-authored-by: Ganesan Karuppasamy <ganesan.karuppasamy@sap.com>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump gorm.io/gorm from 1.25.1-0.20230505075827-e61b98d69677 to 1.25.1 (

…#118)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.1-0.20230505075827-e61b98d69677 to 1.25.1.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.1)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  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.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: when dsn config is nil mysql.parseDSN (#113)

* feat: when dsn config is nil  mysql.parseDSN

* fix

* fix

v1.4.7

Toggle v1.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove redundant `NOT NULL` (#108)

fix go-gorm/gorm#6072