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

Commits on Aug 19, 2021

  1. feat: QuoteTo accept clause.Expr (#4621)

    * feat: QuoteTo accept clause.Expr
    
    * test: update Expr build test
    River
    River authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    25f561a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. feat: count accpet db.table (#4626)

    * feat: count accpet `db`.`table`
    
    * fix: logic fix
    River
    River authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1bb0d87 View commit details
    Browse the repository at this point in the history
  2. Bump gorm.io/gorm from 1.21.12 to 1.21.13 in /tests (#4616)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.21.12 to 1.21.13.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](v1.21.12...v1.21.13)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/gorm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e076e9e View commit details
    Browse the repository at this point in the history
  3. Bump gorm.io/driver/mysql from 1.1.1 to 1.1.2 in /tests (#4615)

    Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.1 to 1.1.2.
    - [Release notes](https://github.com/go-gorm/mysql/releases)
    - [Commits](go-gorm/mysql@v1.1.1...v1.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/mysql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    7a53d8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    093694f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Bump gorm.io/driver/sqlserver from 1.0.7 to 1.0.8 in /tests (#4631)

    Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.0.7 to 1.0.8.
    - [Release notes](https://github.com/go-gorm/sqlserver/releases)
    - [Commits](go-gorm/sqlserver@v1.0.7...v1.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/sqlserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0934b10 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    f21e35f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81833f View commit details
    Browse the repository at this point in the history
  3. Test update association with non-updatable

    zkqiang authored and jinzhu committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    7474621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a8c250 View commit details
    Browse the repository at this point in the history
Loading