Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-gorm/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.9
Choose a base ref
...
head repository: go-gorm/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 13 commits
  • 6 files changed
  • 12 contributors

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    f300cc4 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: create index failed without err (#282)" (#284)

    This reverts commit f300cc4.
    jinzhu authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    daf17c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix: create index failed without err (#285)

    * fix: create index failed without err
    
    * fix createIndex always return err
    zhangzhiqiangcs authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0d37bf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. [#289] Add coverage for eliminating default value tag (#290)

    * [#289] Add coverage for eliminating default value tag
    
    * [#289] wip
    wookie0 authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f185f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50307e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    54c71e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Configuration menu
    Copy the full SHA
    c172125 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Bump golang.org/x/crypto to v0.31.0 to address CVE-2024-45337 (#301)

    Signed-off-by: Yash Israni <yashisrani52@gmail.com>
    yashisrani authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    dcfe4ea View commit details
    Browse the repository at this point in the history
  2. Add varchar limit detection as per PostgreSQL limits (#302)

    * Add varchar limit detection as per https://www.postgresql.org/docs/current/datatype-character.html
    
    * Add tests for String type
    keif888 authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    9723eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04418c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    84224ec View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Configuration menu
    Copy the full SHA
    8385c4a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. feat: support dynamic timestamp ScanLocation via DSN timezone (#311)

    * feat: support dynamic timestamp ScanLocation via DSN timezone
    
    * chore: raise minimum Go version to support newer pgx
    almas-x authored May 27, 2025
    Configuration menu
    Copy the full SHA
    1ffb5a7 View commit details
    Browse the repository at this point in the history
Loading