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: glebarez/sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: glebarez/sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 8 contributors

Commits on Aug 16, 2023

  1. Fix QuoteTo

    jinzhu committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    af1b822 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. fix: AUTOINCREMENT flag cannot apply with PRIMARY KEY (go-gorm#167)

    * fix: AUTOINCREMENT flag cannot apply with PRIMARY KEY
    
    * fix: migrator use ddl parser instead of regexp
    samuelncui authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    139bd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8172ddb View commit details
    Browse the repository at this point in the history
  3. Issue go-gorm#158 SQLite fields are nullible unless NOT NULL (go-go…

    …rm#159)
    
    This change sets the default value of ColumnType.Nullable() to true.  If
    the column is explicitly `MOT NULL` then it will be set false.
    
    This is consistent with the SQLite documentation:
    https://www.sqlitetutorial.net/sqlite-not-null-constraint/
    
    Co-authored-by: Chris Carter <[email protected]>
    ChrisPortman and Chris Carter authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    74475fc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    5a36d7e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump gorm.io/gorm from 1.25.2 to 1.25.5

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.2 to 1.25.5.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.25.2...v1.25.5)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/gorm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glebarez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    18bab9b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glebarez committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    df6ab17 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. build(deps): bump schneegans/dynamic-badges-action from 1.6.0 to 1.7.0

    Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases)
    - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md)
    - [Commits](Schneegans/dynamic-badges-action@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: schneegans/dynamic-badges-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glebarez committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fb2dfbf View commit details
    Browse the repository at this point in the history
Loading