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.3
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.4
Choose a head ref
  • 11 commits
  • 6 files changed
  • 5 contributors

Commits on Sep 24, 2020

  1. Allow custom drivers (#11)

    Much like the `mysql` driver's `DriverName`, this allows you to
    specify a custom driver for SQLite.  This is important when creating
    custom functions, for example.
    tekkamanendless authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3ca308c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Bump gorm.io/gorm from 1.20.1 to 1.20.2 (#12)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.1 to 1.20.2.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.20.1...v1.20.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    698e250 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Bump github.com/mattn/go-sqlite3 from 1.14.3 to 1.14.4 (#14)

    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.3...v1.14.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    13183da View commit details
    Browse the repository at this point in the history
  2. github actions workflow to run go test (#13)

    * ci: created github actions workflow to run go test
    
    * chore: added ci badge to README.md
    paulvollmer authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    fd16357 View commit details
    Browse the repository at this point in the history
  3. take connection from dialector if available (#15)

    Deepak Kumar authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    a2ff836 View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-go from v2.1.2 to v2.1.3 (#16)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2.1.2...37335c7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    5eedcf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Bump gorm.io/gorm from 1.20.2 to 1.20.5 (#19)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.2 to 1.20.5.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.20.2...v1.20.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7441b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Nov 9, 2020

  1. Bump gorm.io/gorm from 1.20.5 to 1.20.6 (#21)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.5 to 1.20.6.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.20.5...v1.20.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    87afffd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.5 (#23)

    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.4 to 1.14.5.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.4...v1.14.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7b79076 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Bump gorm.io/gorm from 1.20.6 to 1.20.7 (#24)

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.6 to 1.20.7.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.20.6...v1.20.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    4d252d9 View commit details
    Browse the repository at this point in the history
Loading