Thanks to visit codestin.com
Credit goes to github.com

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.30.5
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.31.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 9, 2025

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

Commits on Sep 12, 2025

  1. Add association operation support to generics Set API and enable cond…

    …itional bulk association updates (#7581)
    
    * Implement association operations in clause package with English comments (WIP)
    
    - Add clause/association.go with AssociationOperation struct and related types
    - Implement helper functions for creating association operations
    - Add support for association operations in generics Set method
    - Use English comments throughout the implementation
    - Maintain compatibility with existing GORM functionality
    
    * Add tests for clause.Association
    
    - Add comprehensive tests for Association struct
    - Test Assigner and AssociationAssigner interface implementations
    - Test different association operation types
    - Test AssociationAssignments method
    - Ensure compatibility with existing clause package functionality
    
    * Add integration tests for clause.Association
    
    - Add comprehensive integration tests for clause.Association in generics API
    - Test Association struct creation and interface implementations
    - Test different association operation types
    - Test AssociationAssignments method
    - Ensure compatibility with existing generics functionality
    
    * refactor code
    
    * Add association generics test
    
    * Add association tests
    
    * Manual Code Review@1
    
    * Manual Code Review@2
    
    * Manual Code Review@3
    
    * Manual Code Review@4
    
    * Update
    
    * generics: fix belongs-to Set(OpUpdate/OpDelete), refactor handler, add tests
    
    * refactor code
    
    * refactor code
    
    * Add more association test cases
    
    * refactor code
    
    * Refactor code
    jinzhu authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    e015bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b289563 View commit details
    Browse the repository at this point in the history
Loading