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 Loading
base: v1.25.0
Choose a base ref
...
head repository: go-gorm/gorm Loading
compare: v1.25.1
Choose a head ref
  • 8 commits
  • 16 files changed
  • 10 contributors

Commits on Apr 21, 2023

  1. fix: unit test (#6250)

    * fix: unit test
    
    * fix create test
    
    #6127 (comment)
    
    * style: rename to adaptorSerializerModel
    black-06 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ac20d9e View commit details
    Browse the repository at this point in the history
  2. fix: avoid coroutine leaks when the dialecter initialization fails. (#…

    …6249)
    
    Co-authored-by: Kevin Lin <kevin.lin@shopee.com>
    onlyice and Kevin Lin committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    32fc201 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    1f763c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407beda View commit details
    Browse the repository at this point in the history
  3. debug: use slice Stale sort (#6263)

    Co-authored-by: hanwang <hanwang.7721@bytedance.com>
    Hanwn and hanwang committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    aeb2986 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    67642ab View commit details
    Browse the repository at this point in the history
  2. feat: unscoped association (#5899) (#6246)

    * feat: unscoped association (#5899)
    
    * modify name because mysql character is latin1
    
    * work only on has association
    
    * format
    
    * Unscoped on belongs_to association
    black-06 committed May 4, 2023
    1 Configuration menu
    Copy the full SHA
    32045fd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. feat: migrator support table comment (#6225)

    * feat: migrator support table comment
    
    * feat: migrator support tableType.It like ColumnTypes
    
    * Avoid updating the go.mod file.
    
    * Update tests_all.sh
    
    * Update migrator.go
    
    * remove Catalog() & Engine() methods.
    
    * remove CatalogValue & EngineValue.
    
    ---------
    
    Co-authored-by: Jinzhu <wosmvp@gmail.com>
    maiqingqiang and jinzhu committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e61b98d View commit details
    Browse the repository at this point in the history
Loading