Skip to content

Tags: x1nchen/postgres

Tags

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle database type array (go-gorm#115)

* fix: handle database type array

* chore: code comment

v1.3.7

Toggle v1.3.7's commit message
Skip simple protocol when using prepare stmt, close go-gorm/gorm#5380

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: skip prepared in migrator (go-gorm#109)

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.0 (go-gorm#100)

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v4.15.0...v4.16.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  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>

v1.3.4

Toggle v1.3.4's commit message
fix: AutoMigrate panic

commit 17752a9d043b3638517227535d396d9462d85173
Author: Jinzhu <wosmvp@gmail.com>
Date:   Thu Apr 7 23:35:41 2022 +0800

    Refactor go-gorm#97

commit 28f957e
Author: a631807682 <631807682@qq.com>
Date:   Thu Apr 7 18:03:19 2022 +0800

    fix: AutoMigrate panic

v1.3.3

Toggle v1.3.3's commit message
Fix auto migration with transaction, close go-gorm/gorm#5175

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
miss postgres schema (go-gorm#85)

Co-authored-by: hobo <hoboliang@tencent.com>

v1.3.1

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

v1.3.0

Toggle v1.3.0's commit message
Update Migrator ColumnType interface

v1.2.3

Toggle v1.2.3's commit message
Skip auto migrate primary fields, close github.com/go-gorm/gorm/issue…

…s/4792