Skip to content

Update sql.delight to v2.3.2#832

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sql.delight
Open

Update sql.delight to v2.3.2#832
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sql.delight

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 5, 2025

This PR contains the following updates:

Package Change Age Confidence
app.cash.sqldelight 2.1.02.3.2 age confidence
app.cash.sqldelight:sqlite-driver 2.1.02.3.2 age confidence
app.cash.sqldelight:runtime 2.1.02.3.2 age confidence
app.cash.sqldelight:primitive-adapters 2.1.02.3.2 age confidence
app.cash.sqldelight:native-driver 2.1.02.3.2 age confidence
app.cash.sqldelight:coroutines-extensions 2.1.02.3.2 age confidence
app.cash.sqldelight:android-driver 2.1.02.3.2 age confidence

Release Notes

sqldelight/sqldelight (app.cash.sqldelight)

v2.3.2

Compare Source

Added
  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#​6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#​6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#​5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#​6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#​6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#​5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#​5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#​6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#​6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#​5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#​5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#​6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#​6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#​6167 by @​griffio)
Changed
  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#​6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#​6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#​5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#​6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#​6166)
Fixed
  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#​6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#​6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#​6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#​6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#​6139)

v2.3.1

Compare Source

Failed release. Use 2.3.2!

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)

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

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

@renovate renovate bot changed the title Update sql.delight to v2.2.1 fix(deps): update sql.delight to v2.2.1 Dec 14, 2025
@renovate renovate bot changed the title fix(deps): update sql.delight to v2.2.1 Update sql.delight to v2.2.1 Dec 23, 2025
@renovate renovate bot changed the title Update sql.delight to v2.2.1 fix(deps): update sql.delight to v2.2.1 Dec 23, 2025
@renovate renovate bot changed the title fix(deps): update sql.delight to v2.2.1 Update sql.delight to v2.2.1 Dec 28, 2025
@renovate renovate bot force-pushed the renovate/sql.delight branch 2 times, most recently from ba62076 to a1b4b93 Compare December 31, 2025 14:21
@renovate renovate bot force-pushed the renovate/sql.delight branch 2 times, most recently from f7b5497 to 0cc1063 Compare January 19, 2026 17:55
@renovate renovate bot force-pushed the renovate/sql.delight branch 3 times, most recently from 15a5154 to a1bb623 Compare February 5, 2026 10:44
@renovate renovate bot force-pushed the renovate/sql.delight branch from a1bb623 to a9953c0 Compare February 12, 2026 18:18
@renovate renovate bot changed the title Update sql.delight to v2.2.1 fix(deps): update sql.delight to v2.2.1 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/sql.delight branch from a9953c0 to df05a05 Compare February 27, 2026 14:17
@renovate renovate bot changed the title fix(deps): update sql.delight to v2.2.1 Update sql.delight to v2.2.1 Mar 4, 2026
@renovate renovate bot force-pushed the renovate/sql.delight branch from df05a05 to 2a89901 Compare March 5, 2026 09:43
@renovate renovate bot force-pushed the renovate/sql.delight branch from 2a89901 to ec0f44e Compare March 12, 2026 21:38
@renovate renovate bot changed the title Update sql.delight to v2.2.1 Update sql.delight to v2.3.1 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/sql.delight branch 2 times, most recently from 8227f2a to 37cadba Compare March 16, 2026 20:38
@renovate renovate bot changed the title Update sql.delight to v2.3.1 Update sql.delight to v2.3.2 Mar 16, 2026
@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 18, 2026

@renovate rebase

5 similar comments
@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 19, 2026

@renovate rebase

@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 20, 2026

@renovate rebase

@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 28, 2026

@renovate rebase

@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 31, 2026

@renovate rebase

@prof18
Copy link
Copy Markdown
Owner

prof18 commented Mar 31, 2026

@renovate rebase

@renovate renovate bot force-pushed the renovate/sql.delight branch from 37cadba to fcc36a2 Compare April 1, 2026 18:37
@renovate renovate bot force-pushed the renovate/sql.delight branch from fcc36a2 to e9fa5d6 Compare April 8, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant