rahul-gill / Self-Attendance-Tracker

GNU General Public License v3.0
8 stars 3 forks source link

Bump app.cash.sqldelight:primitive-adapters from 2.0.0-alpha05 to 2.0.0-rc02 #10

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps app.cash.sqldelight:primitive-adapters from 2.0.0-alpha05 to 2.0.0-rc02.

Release notes

Sourced from app.cash.sqldelight:primitive-adapters's releases.

Version 2.0.0-rc02 (2023-06-27)

[2.0.0-rc02] - 2023-06-27

Added

  • [MySQL Dialect] support lowercase date types and min and max on date types (#4243 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] support mysql types for binary expr and sum (#4254 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] support unsigned ints without display width (#4306 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] Support LOCK IN SHARED MODE
  • [PostgreSQL Dialect] Add boolean and Timestamp to min max (#4245 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgres: Add window function support (#4283 by [Philip Wedemann][hfhbd])
  • [Runtime] Add linuxArm64, androidNative and watchosDeviceArm targets to runtime (#4258 by [Philip Wedemann][hfhbd])
  • [Paging Extension] Add linux and mingw x64 target to the paging extension (#4280 by [Cedric Hippmann][chippman])

Changed

  • [Gradle Plugin] Add automatic dialect support for Android API 34 (#4251)
  • [Paging Extension] Add support for SuspendingTransacter in QueryPagingSource (#4292 by [Ilya Polenov][daio])
  • [Runtime] Improve addListener api (#4244 by [Philip Wedemann][hfhbd])
  • [Runtime] Use Long as migration version (#4297 by [Philip Wedemann][hfhbd])

Fixed

  • [Gradle Plugin] Use stable output path for generated source (#4269 by [Josh Friend][joshfriend])

  • [Gradle Plugin] Gradle tweaks (#4222 by Matthew Haughton)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:primitive-adapters's changelog.

[2.0.0-rc02] - 2023-06-27

Added

  • [MySQL Dialect] support lowercase date types and min and max on date types (#4243 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] support mysql types for binary expr and sum (#4254 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] support unsigned ints without display width (#4306 by [Mike Gershunovsky][shellderp])
  • [MySQL Dialect] Support LOCK IN SHARED MODE
  • [PostgreSQL Dialect] Add boolean and Timestamp to min max (#4245 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgres: Add window function support (#4283 by [Philip Wedemann][hfhbd])
  • [Runtime] Add linuxArm64, androidNative and watchosDeviceArm targets to runtime (#4258 by [Philip Wedemann][hfhbd])
  • [Paging Extension] Add linux and mingw x64 target to the paging extension (#4280 by [Cedric Hippmann][chippman])

Changed

  • [Gradle Plugin] Add automatic dialect support for Android API 34 (#4251)
  • [Paging Extension] Add support for SuspendingTransacter in QueryPagingSource (#4292 by [Ilya Polenov][daio])
  • [Runtime] Improve addListener api (#4244 by [Philip Wedemann][hfhbd])
  • [Runtime] Use Long as migration version (#4297 by [Philip Wedemann][hfhbd])

Fixed

  • [Gradle Plugin] Use stable output path for generated source (#4269 by [Josh Friend][joshfriend])
  • [Gradle Plugin] Gradle tweaks (#4222 by [Matthew Haughton][3flex])

[2.0.0-rc01] - 2023-05-29

Added

  • [Paging] Add js browser target to paging extensions (#3843 by [Sean Proctor][sproctor])
  • [Paging] Add iosSimulatorArm64 target to androidx-paging3 extension (#4117)
  • [PostgreSQL Dialect] add support and test for gen_random_uuid() (#3855 by [David Wheeler][davidwheeler123])
  • [PostgreSQL Dialect] Alter table add constraint postgres (#4116 by [Griffio][griffio])
  • [PostgreSQL Dialect] Alter table add constraint check (#4120 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql character length functions (#4121 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql column default interval (#4142 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql interval column result (#4152 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgreSql Alter Column (#4165 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSQL: Add date_part (#4198 by [Philip Wedemann][hfhbd])
  • [MySQL Dialect] Add sql char length functions (#4134 by [Griffio][griffio])
  • [IDE Plugin] Add sqldelight directory suggestions (#3976 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Compact middle packages in project tree (#3992 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Add join clause completion (#4086 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Create view intention and live template (#4074 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Warn about missing WHERE inside DELETE or UPDATE (#4058 by [Alexander Perfilyev][aperfilyev])
  • [Gradle Plugin] Enable typesafe project accessors (#4005 by [Philip Wedemann][hfhbd])

Changed

  • [Gradle Plugin] Allow registering DriverInitializer for VerifyMigrationTask with ServiceLoader mechanism (#3986 by [Alex Doubov][C2H6O])
  • [Gradle Plugin] Create explicit compiler env (#4079 by [Philip Wedemann][hfhbd])
  • [JS Driver] Split web worker driver into separate artifact
  • [JS Driver] Don't expose JsWorkerSqlCursor (#3874 by [Philip Wedemann][hfhbd])
  • [JS Driver] Disable publication of the sqljs driver (#4108)
  • [Runtime] Enforce that synchronous drivers require a synchronous schema initializer (#4013)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #17.