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.7
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.5.9
Choose a head ref
  • 9 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 19, 2024

  1. Fix same type comparing (#261)

    * Fix same type comparing
    
    `fieldColumnType.DatabaseTypeName()` returns non capitalized string, while `fileType.SQL` returns capitalized string.
    This commit aims to fix this and avoid detecting a type change when the type did not change.
    
    * Use strings.EqualFold to compare types
    0marq authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dba70db View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix same type comparing

    0marq authored and a631807682 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    01a761a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    c010e95 View commit details
    Browse the repository at this point in the history
  2. Upgrade gorm version

    anilsenay authored and a631807682 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    60b5532 View commit details
    Browse the repository at this point in the history
  3. Add test

    anilsenay authored and a631807682 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    29f4c15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1db251 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add missing postgres type aliases (#270)

    Lasse Hyldahl Jensen authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    27eff96 View commit details
    Browse the repository at this point in the history
  2. Requires Go 1.19 (#280)

    liyishuai authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ff0ad0c View commit details
    Browse the repository at this point in the history
Loading