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/gorm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.6
Choose a base ref
...
head repository: go-gorm/gorm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.8
Choose a head ref
  • 12 commits
  • 15 files changed
  • 6 contributors

Commits on Jun 14, 2022

  1. fix: reset null value in slice (#5417)

    * fix: reset null value in slice
    
    * fix: can not set field in-place in join
    a631807682 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8d45714 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. feat: add method GetIndexes (#5436)

    * feat: add method GetIndexes
    
    * feat: add default impl for Index interface
    
    * feat: fmt
    qqxhb authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1305f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Jun 24, 2022

  1. use callback to handle transaction

    - make transaction have before and after hooks, so plugin can have hack before
    or after transaction
    sunfuze committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    93f28bc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

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

Commits on Jun 29, 2022

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

Commits on Jul 1, 2022

  1. ignore AddError return error

    sunfuze committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2cb4088 View commit details
    Browse the repository at this point in the history
  2. fix: association many2many duplicate elem (#5473)

    * fix: association many2many duplicate elem
    
    * chore: gofumpt style
    a631807682 authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    c74bc57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4016d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 7, 2022

  1. Fix Model with slice data

    jinzhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fe01e1b View commit details
    Browse the repository at this point in the history
  2. Revert "use callback to handle transaction"

    This reverts commit 93f28bc.
    jinzhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9fd73ae View commit details
    Browse the repository at this point in the history
Loading