-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump sqldelight from 2.0.0 to 2.0.1 #66
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
@dependabot rebase |
Bumps `sqldelight` from 2.0.0 to 2.0.1. Updates `app.cash.sqldelight:compiler-env` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/cashapp/sqldelight/releases) - [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md) - [Commits](sqldelight/sqldelight@2.0.0...2.0.1) Updates `app.cash.sqldelight:jdbc-driver` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/cashapp/sqldelight/releases) - [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md) - [Commits](sqldelight/sqldelight@2.0.0...2.0.1) Updates `app.cash.sqldelight:postgresql-dialect` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/cashapp/sqldelight/releases) - [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md) - [Commits](sqldelight/sqldelight@2.0.0...2.0.1) Updates `app.cash.sqldelight` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/cashapp/sqldelight/releases) - [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md) - [Commits](sqldelight/sqldelight@2.0.0...2.0.1) --- updated-dependencies: - dependency-name: app.cash.sqldelight:compiler-env dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: app.cash.sqldelight:jdbc-driver dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: app.cash.sqldelight:postgresql-dialect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: app.cash.sqldelight dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/gradle/sqldelight-2.0.1
branch
from
December 6, 2023 00:28
b7059a4
to
28b884a
Compare
@shellderp assigning to you since there are some code change. |
Adriel-M
reviewed
Dec 6, 2023
@@ -1,15 +1,15 @@ | |||
[versions] | |||
idea = "222.4459.24" | |||
kotlin = "1.8.22" | |||
kotlin = "1.9.21" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping these as the same version in the sqldelight release: https://github.com/cashapp/sqldelight/blob/2.0.1/gradle/libs.versions.toml
shellderp
approved these changes
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To make this change, must start using the testFixture implementation of sql-psi as
com.alecstrong.sql.psi:test-fixtures
is no more. Move fixtures into testFixtures folder.Bumps
sqldelight
from 2.0.0 to 2.0.1.Updates
app.cash.sqldelight:compiler-env
from 2.0.0 to 2.0.1Release notes
Sourced from app.cash.sqldelight:compiler-env's releases.
... (truncated)
Changelog
Sourced from app.cash.sqldelight:compiler-env's changelog.
Commits
704dade
Prepare for release 2.0.1471afc4
Test against 2023.2 (#4446)882d47e
When doing a value type insert always include the column names (#4864)96529a4
Move create-sequence from old location (#4866)dfb4fda
Draft a 2.0.1 changelog (#4781)4f2293c
Update plugin intellij to v1.16.1 (#4862)71f260c
Update agp to v8.2.0 (#4861)c966693
feat: add initialOffset for OffsetQueryPagingSource (#4802)0a31795
Add TRUNCATE to postgres dialect (#4817)bc7ab27
Bump sql-psi to 0.5.0 (#4794)Updates
app.cash.sqldelight:jdbc-driver
from 2.0.0 to 2.0.1Release notes
Sourced from app.cash.sqldelight:jdbc-driver's releases.
... (truncated)
Changelog
Sourced from app.cash.sqldelight:jdbc-driver's changelog.
Commits
704dade
Prepare for release 2.0.1471afc4
Test against 2023.2 (#4446)882d47e
When doing a value type insert always include the column names (#4864)96529a4
Move create-sequence from old location (#4866)dfb4fda
Draft a 2.0.1 changelog (#4781)4f2293c
Update plugin intellij to v1.16.1 (#4862)71f260c
Update agp to v8.2.0 (#4861)c966693
feat: add initialOffset for OffsetQueryPagingSource (#4802)0a31795
Add TRUNCATE to postgres dialect (#4817)bc7ab27
Bump sql-psi to 0.5.0 (#4794)Updates
app.cash.sqldelight:postgresql-dialect
from 2.0.0 to 2.0.1Release notes
Sourced from app.cash.sqldelight:postgresql-dialect's releases.
... (truncated)
Changelog
Sourced from app.cash.sqldelight:postgresql-dialect's changelog.
Commits
704dade
Prepare for release 2.0.1471afc4
Test against 2023.2 (#4446)882d47e
When doing a value type insert always include the column names (#4864)96529a4
Move create-sequence from old location (#4866)dfb4fda
Draft a 2.0.1 changelog (#4781)4f2293c
Update plugin intellij to v1.16.1 (#4862)71f260c
Update agp to v8.2.0 (#4861)c966693
feat: add initialOffset for OffsetQueryPagingSource (#4802)0a31795
Add TRUNCATE to postgres dialect (#4817)bc7ab27
Bump sql-psi to 0.5.0 (#4794)Updates
app.cash.sqldelight
from 2.0.0 to 2.0.1Release notes
Sourced from app.cash.sqldelight's releases.
... (truncated)
Changelog
Sourced from app.cash.sqldelight's changelog.