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

Commits on Sep 11, 2020

  1. Bump gorm.io/gorm from 1.20.0 to 1.20.1

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.0 to 1.20.1.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.20.0...v1.20.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f4a601e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from go-gorm/dependabot/go_modules/gorm.io/gorm…

    …-1.20.1
    
    Bump gorm.io/gorm from 1.20.0 to 1.20.1
    jinzhu authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4ae61d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.3

    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.2 to 1.14.3.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.2...v1.14.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    d4d058c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Merge pull request #10 from go-gorm/dependabot/go_modules/github.com/…

    …mattn/go-sqlite3-1.14.3
    
    Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.3
    jinzhu authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    11dacd7 View commit details
    Browse the repository at this point in the history
  2. Proper use of transaction in the sqlite migrator. (#9)

    * Proper use of transaction in the sqlite migrator.
    
    * Second part of the fix
    fclairamb authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    459b36b View commit details
    Browse the repository at this point in the history
Loading