Skip to content
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

chore(deps): bump sqldelight from 2.0.1 to 2.0.2 #2714

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps sqldelight from 2.0.1 to 2.0.2.
Updates app.cash.sqldelight:runtime from 2.0.1 to 2.0.2

Release notes

Sourced from app.cash.sqldelight:runtime's releases.

Version 2.0.2 (2024-04-05)

Change Log

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by Marius Volkhart)
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])

  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])

  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])

  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)

  • [IDE Plugin] Use the extensions array instead of stream (#5127)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:runtime's changelog.

[2.0.2] - 2024-04-05

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by [Marius Volkhart][MariusV])
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])
  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])
  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])
  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)
  • [IDE Plugin] Use the extensions array instead of stream (#5127)
Commits

Updates app.cash.sqldelight:coroutines-extensions from 2.0.1 to 2.0.2

Release notes

Sourced from app.cash.sqldelight:coroutines-extensions's releases.

Version 2.0.2 (2024-04-05)

Change Log

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by Marius Volkhart)
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])

  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])

  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])

  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)

  • [IDE Plugin] Use the extensions array instead of stream (#5127)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:coroutines-extensions's changelog.

[2.0.2] - 2024-04-05

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by [Marius Volkhart][MariusV])
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])
  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])
  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])
  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)
  • [IDE Plugin] Use the extensions array instead of stream (#5127)
Commits

Updates app.cash.sqldelight:android-driver from 2.0.1 to 2.0.2

Release notes

Sourced from app.cash.sqldelight:android-driver's releases.

Version 2.0.2 (2024-04-05)

Change Log

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by Marius Volkhart)
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])

  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])

  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])

  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)

  • [IDE Plugin] Use the extensions array instead of stream (#5127)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:android-driver's changelog.

[2.0.2] - 2024-04-05

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by [Marius Volkhart][MariusV])
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])
  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])
  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])
  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)
  • [IDE Plugin] Use the extensions array instead of stream (#5127)
Commits

Updates app.cash.sqldelight:androidx-paging3-extensions from 2.0.1 to 2.0.2

Release notes

Sourced from app.cash.sqldelight:androidx-paging3-extensions's releases.

Version 2.0.2 (2024-04-05)

Change Log

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by Marius Volkhart)
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])

  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])

  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])

  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)

  • [IDE Plugin] Use the extensions array instead of stream (#5127)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:androidx-paging3-extensions's changelog.

[2.0.2] - 2024-04-05

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by [Marius Volkhart][MariusV])
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])
  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])
  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])
  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])
  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)
  • [IDE Plugin] Use the extensions array instead of stream (#5127)
Commits

Updates app.cash.sqldelight:native-driver from 2.0.1 to 2.0.2

Release notes

Sourced from app.cash.sqldelight:native-driver's releases.

Version 2.0.2 (2024-04-05)

Change Log

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by Marius Volkhart)
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])

  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])

  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])

  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 by [Griffio][griffio])

  • [IDE Plugin] Fix error handler crash (#4988 by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] BugSnag fails to init in IDEA 2023.3 (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] PluginException when opening .sq file in IntelliJ via plugin (by [Alexander Perfilyev][aperfilyev])

  • [IDE Plugin] Dont bundle the kotlin lib into the intellij plugin as its already a plugin dependency (#5126)

  • [IDE Plugin] Use the extensions array instead of stream (#5127)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:native-driver's changelog.

[2.0.2] - 2024-04-05

Added

  • [PostgreSQL Dialect] Add PostgreSQL STRING_AGG function (#4950 by [André Danielsson][anddani])
  • [PostgreSQL Dialect] Add SET statement to pg dialect (#4927 by [Bastien de Luca][de-luca])
  • [PostgreSQL Dialect] Add PostgreSql alter column sequence parameters (#4916 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add postgresql alter column default support for insert statement (#4912 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSql alter sequence and drop sequence (#4920 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add Postgres Regex function definitions (#5025 by [Marius Volkhart][MariusV])
  • [PostgreSQL Dialect] Add grammar for GIN (#5027 by [Griffio][griffio])

Changed

  • [IDE Plugin] Minimum version of 2023.1 / Android Studio Iguana
  • [Compiler] Allow overriding the type nullability in encapsulatingType (#4882 by [Eliezer Graber][eygraber])
  • [Compiler] Inline the column names for SELECT *
  • [Gradle Plugin] switch to processIsolation (#5068 by [Emeka Nwagu][nwagu])
  • [Android Runtime] Increase Android minSDK to 21 (#5094 by [Philip Wedemann][hfhbd])
  • [Drivers] Expose more JDBC/R2DBC statement methods for dialect authors (#5098 by [Philip Wedemann][hfhbd])

Fixed

  • [PostgreSQL Dialect] Fix postgresql alter table alter column (#4868 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4448 missing import for table model (#4885 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4932 postgresql default constraint functions (#4934 by [Griffio][griffio])
  • [PostgreSQL Dialect] fixes 4879 postgresql class-cast error in alter table rename column during migrations (#4880 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fix 4474 PostgreSql create extension (#4541 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5018 PostgreSql add Primary Key not nullable types (#5020 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 4703 aggregate expressions (#5071 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5028 PostgreSql json (#5030 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5040 PostgreSql json operators (#5041 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes json operator binding for 5040 (#5100 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5082 tsvector (#5104 by [Griffio][griffio])
  • [PostgreSQL Dialect] Fixes 5032 column adjacency for PostgreSql UPDATE FROM statement (#5035 by [Griffio][griffio])
  • [SQLite Dialect] fixes 4897 sqlite alter table rename column (#4899 b...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 23, 2024
@dependabot dependabot bot requested review from a team, alexandreferris, mchenani, Garzas, ohassine and saleniuk and removed request for a team April 23, 2024 13:33
Bumps `sqldelight` from 2.0.1 to 2.0.2.

Updates `app.cash.sqldelight:runtime` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:android-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:androidx-paging3-extensions` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:native-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:web-worker-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:primitive-adapters` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:sqlite-3-38-dialect` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:postgresql-dialect` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:r2dbc-driver` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight:async-extensions` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

Updates `app.cash.sqldelight` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/cashapp/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](cashapp/sqldelight@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: app.cash.sqldelight:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:android-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:androidx-paging3-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:native-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:web-worker-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:primitive-adapters
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:sqlite-3-38-dialect
  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:r2dbc-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: app.cash.sqldelight:async-extensions
  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 dependabot bot force-pushed the dependabot/gradle/sqldelight-2.0.2 branch from 6d71a92 to 9c2eecd Compare April 24, 2024 12:54
Copy link
Contributor

@yamilmedina yamilmedina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are broken tests in MessageNotificationsTest with this upgrade, related to notifications queries (row_num) So we cannot update until those are fixed.

Copy link

sonarcloud bot commented Jun 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

github-actions bot commented Jun 7, 2024

Test Results

741 tests   - 2 389   720 ✔️  - 2 305   54m 24s ⏱️ + 51m 3s
    6 suites  -    531     12 💤  -      93 
    6 files    -    531       9 +       9 

For more details on these failures, see this check.

Results for commit 63eece0. ± Comparison against base commit f534d36.

This pull request removes 3130 and adds 741 tests. Note that renamed tests count towards both.
PocIntegrationTest ‑ givenApiWhenGettingACMEDirectoriesThenReturnAsExpectedBasedOnNetworkState
PocIntegrationTest ‑ givenEmailAndPasswordWhenLoggingInThenRegisterClientAndLogout
com.wire.kalium.HttpClientConnectionSpecsTest ‑ givenOkHttpSingleton_whenBuildingClearTextTrafficOkhttpClient_thenEnsureConnectionSpecClearText[jvm]
com.wire.kalium.HttpClientConnectionSpecsTest ‑ givenTheHttpClientIsCreated_ThenEnsureOnlySupportedSpecsArePresent[jvm]
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayloadWithAccessRoleAndDeprecatedAccessRoleField_whenDecoding_thenDeprecatedFieldIsPreferred[jvm]
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayloadWithDeprecatedAccessRoleField_whenDecoding_thenSuccess[jvm]
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayload_whenDecoding_thenSuccess[jvm]
com.wire.kalium.api.common.ACMEApiTest ‑ givenNoLocationInHeader_whenCallingSendAcmeRequestApi_theResponseShouldBeConfigureCorrectly[jvm]
com.wire.kalium.api.common.ACMEApiTest ‑ givenNoNonce_whenCallingSendAcmeRequestApi_theResponseShouldBeMissingNonce[jvm]
com.wire.kalium.api.common.ACMEApiTest ‑ givingASuccessfulResponse_whenGettingACMEFederationCertificateChain_thenAllCertificatesShouldBeParsed[jvm]
…
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayloadWithAccessRoleAndDeprecatedAccessRoleField_whenDecoding_thenDeprecatedFieldIsPreferred
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayloadWithDeprecatedAccessRoleField_whenDecoding_thenSuccess
com.wire.kalium.api.base.authenticated.notification.AccessUpdateTest ‑ givenPayload_whenDecoding_thenSuccess
com.wire.kalium.api.common.ACMEApiTest ‑ givenNoLocationInHeader_whenCallingSendAcmeRequestApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.common.ACMEApiTest ‑ givenNoNonce_whenCallingSendAcmeRequestApi_theResponseShouldBeMissingNonce
com.wire.kalium.api.common.ACMEApiTest ‑ givingASuccessfulResponse_whenGettingACMEFederationCertificateChain_thenAllCertificatesShouldBeParsed
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingGeTrustAnchorsApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingGetACMEDirectoriesApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingGetACMENonceApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingSendAcmeRequestApi_theResponseShouldBeConfigureCorrectly
…
This pull request removes 105 skipped tests and adds 12 skipped tests. Note that renamed tests count towards both.
PocIntegrationTest ‑ givenApiWhenGettingACMEDirectoriesThenReturnAsExpectedBasedOnNetworkState
PocIntegrationTest ‑ givenEmailAndPasswordWhenLoggingInThenRegisterClientAndLogout
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingGeTrustAnchorsApi_theResponseShouldBeConfigureCorrectly[jvm]
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingSendChallengeRequestApi_theResponseShouldBeConfigureCorrectly[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenAValidEmail_whenActivationEmailWIthCode_theRequestShouldBeConfiguredCorrectly[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenAValidEmail_whenRegisteringAccountWithEMail_theRequestShouldBeConfiguredCorrectly[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenAValidEmail_whenSendingActivationEmail_theRequestShouldBeConfiguredCorrectly[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenActivationCodeFail_thenErrorIsPropagated[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenRegistrationFail_whenRegisteringAccountWithEMMail_thenErrorIsPropagated[jvm]
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ givenSendActivationCodeFail_thenErrorIsPropagated[jvm]
…
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingGeTrustAnchorsApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.common.ACMEApiTest ‑ whenCallingSendChallengeRequestApi_theResponseShouldBeConfigureCorrectly
com.wire.kalium.api.v0.user.register.RegisterApiV0Test ‑ null
com.wire.kalium.cryptography.CryptoUtilsTest ‑ givenDummyText_whenEncryptedAndDecryptedWithAES256_returnsOriginalText
com.wire.kalium.cryptography.CryptoUtilsTest ‑ givenSomeDummyFile_whenEncryptedAndDecryptedWithAES256_returnsExpectedOriginalFile
com.wire.kalium.cryptography.CryptoUtilsTest ‑ givenSomeDummyFile_whenEncryptedAsAFileAndDecryptedWithAES256AsData_returnsExpectedOriginalFileContent
com.wire.kalium.cryptography.CryptoUtilsTest ‑ givenSomeDummyFile_whenEncryptedAsDataAndDecryptedWithAES256AsAFile_returnsExpectedOriginalFileContent
com.wire.kalium.cryptography.CryptoUtilsTest ‑ testGivenByteArray_whenCallingCalcMd5_returnsExpectedDigest
com.wire.kalium.cryptography.CryptoUtilsTest ‑ testGivenByteArray_whenCallingCalcSHA256_returnsExpectedDigest
com.wire.kalium.persistence.dao.message.MessageDAOBenchmarkTest ‑ null
…

♻️ This comment has been updated with latest results.

@datadog-wireapp
Copy link

Datadog Report

Branch report: dependabot/gradle/sqldelight-2.0.2
Commit report: d152316
Test service: kalium-jvm

❌ 9 Failed (0 Known Flaky), 2913 Passed, 52 Skipped, 12.37s Total Time

❌ Failed Tests (9)

This report shows up to 5 failed tests.

  • givenConversationIsArchived_whenMessageInserted_thenDoNotNotify[jvm] - com.wire.kalium.persistence.dao.message.MessageNotificationsTest - Details

    Expand for error
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1179)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1190)
     	at app//org.sqlite.core.DB.throwex(DB.java:1150)
     	at app//org.sqlite.core.NativeDB.prepare_utf8(Native Method)
     	at app//org.sqlite.core.NativeDB.prepare(NativeDB.java:132)
     	at app//org.sqlite.core.DB.prepare(DB.java:264)
     	at app//org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46)
     ...
    
  • givenConversationLastNotifiedDateIsNull_whenNewMessageInserted_thenNotificationPropagated[jvm] - com.wire.kalium.persistence.dao.message.MessageNotificationsTest - Details

    Expand for error
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1179)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1190)
     	at app//org.sqlite.core.DB.throwex(DB.java:1150)
     	at app//org.sqlite.core.NativeDB.prepare_utf8(Native Method)
     	at app//org.sqlite.core.NativeDB.prepare(NativeDB.java:132)
     	at app//org.sqlite.core.DB.prepare(DB.java:264)
     	at app//org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46)
     ...
    
  • givenConversation_whenMessageNormalInserted_thenIsSelfDeleteFlagSetToFalse[jvm] - com.wire.kalium.persistence.dao.message.MessageNotificationsTest - Details

    Expand for error
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1179)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1190)
     	at app//org.sqlite.core.DB.throwex(DB.java:1150)
     	at app//org.sqlite.core.NativeDB.prepare_utf8(Native Method)
     	at app//org.sqlite.core.NativeDB.prepare(NativeDB.java:132)
     	at app//org.sqlite.core.DB.prepare(DB.java:264)
     	at app//org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46)
     ...
    
  • givenConversation_whenMessageSelfDeleteMessageInserted_thenIsSelfDeleteFlagSetToTrue[jvm] - com.wire.kalium.persistence.dao.message.MessageNotificationsTest - Details

    Expand for error
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1179)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1190)
     	at app//org.sqlite.core.DB.throwex(DB.java:1150)
     	at app//org.sqlite.core.NativeDB.prepare_utf8(Native Method)
     	at app//org.sqlite.core.NativeDB.prepare(NativeDB.java:132)
     	at app//org.sqlite.core.DB.prepare(DB.java:264)
     	at app//org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46)
     ...
    
  • givenConversation_whenMessageWithReplyOnMyMessageInserted_thenNotificationMarkedAsReply[jvm] - com.wire.kalium.persistence.dao.message.MessageNotificationsTest - Details

    Expand for error
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     
     org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: row_num)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1179)
     	at app//org.sqlite.core.DB.newSQLException(DB.java:1190)
     	at app//org.sqlite.core.DB.throwex(DB.java:1150)
     	at app//org.sqlite.core.NativeDB.prepare_utf8(Native Method)
     	at app//org.sqlite.core.NativeDB.prepare(NativeDB.java:132)
     	at app//org.sqlite.core.DB.prepare(DB.java:264)
     	at app//org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:46)
     ...
    

@vitorhugods
Copy link
Contributor

vitorhugods commented Jul 3, 2024

Seems to be a bug within SqlDelight.

We will need a 2.0.3 build. So, I'll investigate further.

This is the query that is facing issues:

getNotificationsMessages:
WITH NumberedMessages AS (
    SELECT
        -- other fields
        ROW_NUMBER() OVER (PARTITION BY m.conversation_id ORDER BY m.creation_date DESC) AS row_num
    FROM
        Message m
    JOIN
        User u ON m.sender_user_id = u.qualified_id
    JOIN
        Conversation c ON m.conversation_id = c.qualified_id
    LEFT JOIN
        MessageAssetContent ac ON m.id = ac.message_id AND m.conversation_id = ac.conversation_id
    LEFT JOIN
        MessageTextContent tc ON m.id = tc.message_id AND m.conversation_id = tc.conversation_id
    WHERE
        -- Criteria
)
SELECT
    -- some fields
FROM
    NumberedMessages
WHERE
   row_num <= 10
ORDER BY
    date DESC;

However, take a look into the ROW_NUMBER() OVER ... field.
SqlDelight code generator does this:

WITH NumberedMessages AS (
    SELECT
        -- more fields
        row_num -- It completely removed the rest of the query here
    FROM
        Message m
    JOIN
        User u ON m.sender_user_id = u.qualified_id
    JOIN
        Conversation c ON m.conversation_id = c.qualified_id
    LEFT JOIN

Copy link

sonarcloud bot commented Jul 23, 2024

@datadog-wireapp
Copy link

Datadog Report

Branch report: dependabot/gradle/sqldelight-2.0.2
Commit report: e5b0d09
Test service: kalium-jvm

✅ 0 Failed, 1 Passed, 0 Skipped, 0s Total Time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code 👕 size: XS type: chore 🧹
Projects
None yet
5 participants