Skip to content

fix(deps): update dependency app.cash.sqldelight:sqlite-3-38-dialect to v2.2.1#132

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x
Open

fix(deps): update dependency app.cash.sqldelight:sqlite-3-38-dialect to v2.2.1#132
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Confidence
app.cash.sqldelight:sqlite-3-38-dialect 2.0.22.2.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sqldelight/sqldelight (app.cash.sqldelight:sqlite-3-38-dialect)

v2.2.1

Compare Source

Added
  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#​5994 by @​griffio)
  • [Compiler] Improve the compiler error message to include source file location when a CAST is required (#​5979 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON operator path extraction (#​5971 by @​griffio)
  • [SQLite Dialect] Add Sqlite 3.35 support for MATERIALIZED query planner hint using Common Table Expressions (#​5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for MATERIALIZED query planner hint using Common Table Expressions (#​5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON Aggregate FILTER (#​5957 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres Enums (#​5935 by @​griffio)
  • [PostgreSQL Dialect] Add limited support for Postgres Triggers (#​5932 by @​griffio)
  • [PostgreSQL Dialect] Add predicate to check whether SQL expression can be parsed as JSON (#​5843 by @​griffio)
  • [PostgreSQL Dialect] Add limited support for PostgreSql Comment On statement (#​5808 by @​griffio)
  • [MySQL Dialect] Add support for index visibility options (#​5785 by @​orenkislev-faire)
  • [PostgreSql Dialect] Add support for TSQUERY data type (#​5779 by @​griffio)
  • [Gradle Plugin] Add support for version catalogs when adding modules (#​5755 by @​DRSchlaubi)
Changed
Fixed
  • [Compiler] Fix stack overflow when using View containing Common Table Expression (#​5928 by @​griffio)
  • [Gradle Plugin] Fix crash when opening SqlDelight tool window to add "New Connection" (#​5906 by @​griffio)
  • [IntelliJ Plugin] Avoid threading-related crash in the copy-to-sqlite gutter action (#​5901 by @​griffio)
  • [IntelliJ Plugin] Fix for PostgreSql dialect when using schema statements CREATE INDEX and CREATE VIEW (#​5772 by @​griffio)
  • [Compiler] Fix FTS stack overflow when referencing columns (#​5896 by @​griffio)
  • [Compiler] Fix With Recursive stack overflow (#​5892 by @​griffio)
  • [Compiler] Fix Notify for Insert|Update|Delete Returning statements (#​5851 by @​griffio)
  • [Compiler] Fix async result type for transaction blocks returning Long (#​5836 by @​griffio)
  • [Compiler] Optimize SQL parameter binding from O(n²) to O(n) complexity (#​5898 by @​chenf7)
  • [SQLite Dialect] Fix Sqlite 3.18 missing functions (#​5759 by @​griffio)

v2.1.0

Compare Source

Added
Changed
  • [Compiler] Generated query files return row counts for simple mutators (#​4578 by @​MariusVolkhart)
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#​5680 by @​griffio)
  • [PostgreSQL Dialect] Change PgInterval to String (#​5403 by @​griffio)
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#​5677 by @​griffio)
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai
Copy link

sourcery-ai bot commented Jun 17, 2025

Reviewer's Guide

Upgrade the SQLDelight SQLite 3.38 dialect dependency from v2.0.2 to v2.1.0 by updating the version reference in the project’s version catalog.

File-Level Changes

Change Details Files
Bumped SQLDelight SQLite dialect version
  • Changed dependency version from 2.0.2 to 2.1.0 in libs.versions.toml
gradle/libs.versions.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate bot force-pushed the renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x branch from 3214342 to 215b2e9 Compare July 8, 2025 16:33
@renovate renovate bot force-pushed the renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x branch from 215b2e9 to 8ad78a3 Compare August 10, 2025 12:52
@renovate renovate bot force-pushed the renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x branch from 8ad78a3 to 77c1160 Compare October 9, 2025 09:48
@renovate renovate bot force-pushed the renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x branch from 77c1160 to 96ed4af Compare November 14, 2025 02:03
@renovate renovate bot changed the title fix(deps): update dependency app.cash.sqldelight:sqlite-3-38-dialect to v2.1.0 fix(deps): update dependency app.cash.sqldelight:sqlite-3-38-dialect to v2.2.1 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/app.cash.sqldelight-sqlite-3-38-dialect-2.x branch from 96ed4af to b9d1478 Compare February 12, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants