-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: glebarez/sqlite
base: v1.9.0
head repository: glebarez/sqlite
compare: v1.10.0
- 9 commits
- 10 files changed
- 8 contributors
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af1b822 - Browse repository at this point
Copy the full SHA af1b822View commit details
Commits on Oct 8, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 139bd30 - Browse repository at this point
Copy the full SHA 139bd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8172ddb - Browse repository at this point
Copy the full SHA 8172ddbView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 74475fc - Browse repository at this point
Copy the full SHA 74475fcView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 851a217 - Browse repository at this point
Copy the full SHA 851a217View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a36d7e - Browse repository at this point
Copy the full SHA 5a36d7eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 18bab9b - Browse repository at this point
Copy the full SHA 18bab9bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for df6ab17 - Browse repository at this point
Copy the full SHA df6ab17View commit details
Commits on Oct 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fb2dfbf - Browse repository at this point
Copy the full SHA fb2dfbfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.10.0