cashapp/sqldelight
### [`v2.0.0-rc01`](https://togithub.com/cashapp/sqldelight/blob/HEAD/CHANGELOG.md#200-rc01---2023-05-29)
[Compare Source](https://togithub.com/cashapp/sqldelight/compare/2.0.0-alpha05...2.0.0-rc01)
##### Added
- \[Paging] Add js browser target to paging extensions ([#3843](https://togithub.com/cashapp/sqldelight/issues/3843) by \[Sean Proctor]\[sproctor])
- \[Paging] Add iosSimulatorArm64 target to androidx-paging3 extension ([#4117](https://togithub.com/cashapp/sqldelight/issues/4117))
- \[PostgreSQL Dialect] add support and test for gen_random_uuid() ([#3855](https://togithub.com/cashapp/sqldelight/issues/3855) by \[David Wheeler]\[davidwheeler123])
- \[PostgreSQL Dialect] Alter table add constraint postgres ([#4116](https://togithub.com/cashapp/sqldelight/issues/4116) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] Alter table add constraint check ([#4120](https://togithub.com/cashapp/sqldelight/issues/4120) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] Add postgreSql character length functions ([#4121](https://togithub.com/cashapp/sqldelight/issues/4121) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] Add postgreSql column default interval ([#4142](https://togithub.com/cashapp/sqldelight/issues/4142) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] Add postgreSql interval column result ([#4152](https://togithub.com/cashapp/sqldelight/issues/4152) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] Add postgreSql Alter Column ([#4165](https://togithub.com/cashapp/sqldelight/issues/4165) by \[Griffio]\[griffio])
- \[PostgreSQL Dialect] PostgreSQL: Add date_part ([#4198](https://togithub.com/cashapp/sqldelight/issues/4198) by \[Philip Wedemann]\[hfhbd])
- \[MySQL Dialect] Add sql char length functions ([#4134](https://togithub.com/cashapp/sqldelight/issues/4134) by \[Griffio]\[griffio])
- \[IDE Plugin] Add sqldelight directory suggestions ([#3976](https://togithub.com/cashapp/sqldelight/issues/3976) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Compact middle packages in project tree ([#3992](https://togithub.com/cashapp/sqldelight/issues/3992) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Add join clause completion ([#4086](https://togithub.com/cashapp/sqldelight/issues/4086) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Create view intention and live template ([#4074](https://togithub.com/cashapp/sqldelight/issues/4074) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Warn about missing WHERE inside DELETE or UPDATE ([#4058](https://togithub.com/cashapp/sqldelight/issues/4058) by \[Alexander Perfilyev]\[aperfilyev])
- \[Gradle Plugin] Enable typesafe project accessors ([#4005](https://togithub.com/cashapp/sqldelight/issues/4005) by \[Philip Wedemann]\[hfhbd])
##### Changed
- \[Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism ([#3986](https://togithub.com/cashapp/sqldelight/issues/3986) by \[Alex Doubov]\[C2H6O])
- \[Gradle Plugin] Create explicit compiler env ([#4079](https://togithub.com/cashapp/sqldelight/issues/4079) by \[Philip Wedemann]\[hfhbd])
- \[JS Driver] Split web worker driver into separate artifact
- \[JS Driver] Don't expose JsWorkerSqlCursor ([#3874](https://togithub.com/cashapp/sqldelight/issues/3874) by \[Philip Wedemann]\[hfhbd])
- \[JS Driver] Disable publication of the sqljs driver ([#4108](https://togithub.com/cashapp/sqldelight/issues/4108))
- \[Runtime] Enforce that synchronous drivers require a synchronous schema initializer ([#4013](https://togithub.com/cashapp/sqldelight/issues/4013))
- \[Runtime] Improve async support for Cursors ([#4102](https://togithub.com/cashapp/sqldelight/issues/4102))
- \[Runtime] Remove deprecated targets ([#4149](https://togithub.com/cashapp/sqldelight/issues/4149) by \[Philip Wedemann]\[hfhbd])
- \[Runtime] Remove support for old MM ([#4148](https://togithub.com/cashapp/sqldelight/issues/4148) by \[Philip Wedemann]\[hfhbd])
##### Fixed
- \[R2DBC Driver] R2DBC: Await closing the driver ([#4139](https://togithub.com/cashapp/sqldelight/issues/4139) by \[Philip Wedemann]\[hfhbd])
- \[Compiler] Include PRAGMAs from migrations in database create(SqlDriver) ([#3845](https://togithub.com/cashapp/sqldelight/issues/3845) by \[Marius Volkhart]\[MariusV])
- \[Compiler] Fix codegen for RETURNING clause ([#3872](https://togithub.com/cashapp/sqldelight/issues/3872) by \[Marius Volkhart]\[MariusV])
- \[Compiler] Dont generate types for virtual tables ([#4015](https://togithub.com/cashapp/sqldelight/issues/4015))
- \[Gradle Plugin] Small Gradle plugin QoL improvements ([#3930](https://togithub.com/cashapp/sqldelight/issues/3930) by \[Zac Sweers]\[zacsweers])
- \[IDE Plugin] Fix unresolved kotlin types ([#3924](https://togithub.com/cashapp/sqldelight/issues/3924) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Fix for expand wildcard intention to work with qualifier ([#3979](https://togithub.com/cashapp/sqldelight/issues/3979) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Use available jdk if java home is missing ([#3925](https://togithub.com/cashapp/sqldelight/issues/3925) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Fix find usages on package names ([#4010](https://togithub.com/cashapp/sqldelight/issues/4010))
- \[IDE Plugin] Dont show auto imports for invalid elements ([#4008](https://togithub.com/cashapp/sqldelight/issues/4008))
- \[IDE Plugin] Do not resolve if a dialect is missing ([#4009](https://togithub.com/cashapp/sqldelight/issues/4009))
- \[IDE Plugin] Ignore IDE runs of the compiler during an invalidated state ([#4016](https://togithub.com/cashapp/sqldelight/issues/4016))
- \[IDE Plugin] Add support for IntelliJ 2023.1 ([#4037](https://togithub.com/cashapp/sqldelight/issues/4037) by \[Madis Pink]\[madisp])
- \[IDE Plugin] Rename named argument usage on column rename ([#4027](https://togithub.com/cashapp/sqldelight/issues/4027) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Fix add migration popup ([#4105](https://togithub.com/cashapp/sqldelight/issues/4105) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Disable SchemaNeedsMigrationInspection in migration files ([#4106](https://togithub.com/cashapp/sqldelight/issues/4106) by \[Alexander Perfilyev]\[aperfilyev])
- \[IDE Plugin] Use sql column name for migration generation instead of type name ([#4112](https://togithub.com/cashapp/sqldelight/issues/4112) by \[Alexander Perfilyev]\[aperfilyev])
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 these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.0.0-alpha05
->2.0.0-rc01
2.0.0-alpha05
->2.0.0-rc01
2.0.0-alpha05
->2.0.0-rc01
Release Notes
cashapp/sqldelight
### [`v2.0.0-rc01`](https://togithub.com/cashapp/sqldelight/blob/HEAD/CHANGELOG.md#200-rc01---2023-05-29) [Compare Source](https://togithub.com/cashapp/sqldelight/compare/2.0.0-alpha05...2.0.0-rc01) ##### Added - \[Paging] Add js browser target to paging extensions ([#3843](https://togithub.com/cashapp/sqldelight/issues/3843) by \[Sean Proctor]\[sproctor]) - \[Paging] Add iosSimulatorArm64 target to androidx-paging3 extension ([#4117](https://togithub.com/cashapp/sqldelight/issues/4117)) - \[PostgreSQL Dialect] add support and test for gen_random_uuid() ([#3855](https://togithub.com/cashapp/sqldelight/issues/3855) by \[David Wheeler]\[davidwheeler123]) - \[PostgreSQL Dialect] Alter table add constraint postgres ([#4116](https://togithub.com/cashapp/sqldelight/issues/4116) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] Alter table add constraint check ([#4120](https://togithub.com/cashapp/sqldelight/issues/4120) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] Add postgreSql character length functions ([#4121](https://togithub.com/cashapp/sqldelight/issues/4121) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] Add postgreSql column default interval ([#4142](https://togithub.com/cashapp/sqldelight/issues/4142) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] Add postgreSql interval column result ([#4152](https://togithub.com/cashapp/sqldelight/issues/4152) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] Add postgreSql Alter Column ([#4165](https://togithub.com/cashapp/sqldelight/issues/4165) by \[Griffio]\[griffio]) - \[PostgreSQL Dialect] PostgreSQL: Add date_part ([#4198](https://togithub.com/cashapp/sqldelight/issues/4198) by \[Philip Wedemann]\[hfhbd]) - \[MySQL Dialect] Add sql char length functions ([#4134](https://togithub.com/cashapp/sqldelight/issues/4134) by \[Griffio]\[griffio]) - \[IDE Plugin] Add sqldelight directory suggestions ([#3976](https://togithub.com/cashapp/sqldelight/issues/3976) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Compact middle packages in project tree ([#3992](https://togithub.com/cashapp/sqldelight/issues/3992) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Add join clause completion ([#4086](https://togithub.com/cashapp/sqldelight/issues/4086) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Create view intention and live template ([#4074](https://togithub.com/cashapp/sqldelight/issues/4074) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Warn about missing WHERE inside DELETE or UPDATE ([#4058](https://togithub.com/cashapp/sqldelight/issues/4058) by \[Alexander Perfilyev]\[aperfilyev]) - \[Gradle Plugin] Enable typesafe project accessors ([#4005](https://togithub.com/cashapp/sqldelight/issues/4005) by \[Philip Wedemann]\[hfhbd]) ##### Changed - \[Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism ([#3986](https://togithub.com/cashapp/sqldelight/issues/3986) by \[Alex Doubov]\[C2H6O]) - \[Gradle Plugin] Create explicit compiler env ([#4079](https://togithub.com/cashapp/sqldelight/issues/4079) by \[Philip Wedemann]\[hfhbd]) - \[JS Driver] Split web worker driver into separate artifact - \[JS Driver] Don't expose JsWorkerSqlCursor ([#3874](https://togithub.com/cashapp/sqldelight/issues/3874) by \[Philip Wedemann]\[hfhbd]) - \[JS Driver] Disable publication of the sqljs driver ([#4108](https://togithub.com/cashapp/sqldelight/issues/4108)) - \[Runtime] Enforce that synchronous drivers require a synchronous schema initializer ([#4013](https://togithub.com/cashapp/sqldelight/issues/4013)) - \[Runtime] Improve async support for Cursors ([#4102](https://togithub.com/cashapp/sqldelight/issues/4102)) - \[Runtime] Remove deprecated targets ([#4149](https://togithub.com/cashapp/sqldelight/issues/4149) by \[Philip Wedemann]\[hfhbd]) - \[Runtime] Remove support for old MM ([#4148](https://togithub.com/cashapp/sqldelight/issues/4148) by \[Philip Wedemann]\[hfhbd]) ##### Fixed - \[R2DBC Driver] R2DBC: Await closing the driver ([#4139](https://togithub.com/cashapp/sqldelight/issues/4139) by \[Philip Wedemann]\[hfhbd]) - \[Compiler] Include PRAGMAs from migrations in database create(SqlDriver) ([#3845](https://togithub.com/cashapp/sqldelight/issues/3845) by \[Marius Volkhart]\[MariusV]) - \[Compiler] Fix codegen for RETURNING clause ([#3872](https://togithub.com/cashapp/sqldelight/issues/3872) by \[Marius Volkhart]\[MariusV]) - \[Compiler] Dont generate types for virtual tables ([#4015](https://togithub.com/cashapp/sqldelight/issues/4015)) - \[Gradle Plugin] Small Gradle plugin QoL improvements ([#3930](https://togithub.com/cashapp/sqldelight/issues/3930) by \[Zac Sweers]\[zacsweers]) - \[IDE Plugin] Fix unresolved kotlin types ([#3924](https://togithub.com/cashapp/sqldelight/issues/3924) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Fix for expand wildcard intention to work with qualifier ([#3979](https://togithub.com/cashapp/sqldelight/issues/3979) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Use available jdk if java home is missing ([#3925](https://togithub.com/cashapp/sqldelight/issues/3925) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Fix find usages on package names ([#4010](https://togithub.com/cashapp/sqldelight/issues/4010)) - \[IDE Plugin] Dont show auto imports for invalid elements ([#4008](https://togithub.com/cashapp/sqldelight/issues/4008)) - \[IDE Plugin] Do not resolve if a dialect is missing ([#4009](https://togithub.com/cashapp/sqldelight/issues/4009)) - \[IDE Plugin] Ignore IDE runs of the compiler during an invalidated state ([#4016](https://togithub.com/cashapp/sqldelight/issues/4016)) - \[IDE Plugin] Add support for IntelliJ 2023.1 ([#4037](https://togithub.com/cashapp/sqldelight/issues/4037) by \[Madis Pink]\[madisp]) - \[IDE Plugin] Rename named argument usage on column rename ([#4027](https://togithub.com/cashapp/sqldelight/issues/4027) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Fix add migration popup ([#4105](https://togithub.com/cashapp/sqldelight/issues/4105) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Disable SchemaNeedsMigrationInspection in migration files ([#4106](https://togithub.com/cashapp/sqldelight/issues/4106) by \[Alexander Perfilyev]\[aperfilyev]) - \[IDE Plugin] Use sql column name for migration generation instead of type name ([#4112](https://togithub.com/cashapp/sqldelight/issues/4112) by \[Alexander Perfilyev]\[aperfilyev])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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.