Tags: go-gorm/datatypes
Tags
Bump gorm.io/driver/sqlserver from 1.4.1 to 1.5.4 (#277) Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.4.1 to 1.5.4. - [Commits](go-gorm/sqlserver@v1.4.1...v1.5.4) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlserver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feature: Add datatype BinUUID for uuid as binary storage in DB (#264) This adds a new datatype BinUUID, similar to datatypes.UUID but with a major difference being that BinUUID stores the uuid in the database as a binary (byte) array instead of a string. Developers may use either datatypes.UUID or datatypes.BinUUID as per their preference, either storing uuid in the database as a string or as a binary (byte) array respectively.
Bump gorm.io/gorm from 1.23.2 to 1.23.6 (#140) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.23.2 to 1.23.6. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.23.2...v1.23.6) --- 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>
PreviousNext