Skip to content

Version 2.0.1 (2023-12-01)

Compare
Choose a tag to compare
@AlecKazakova AlecKazakova released this 01 Dec 19:49
· 152 commits to master since this release

Added

  • [Compiler] Add support multi-column-expr when doing a SELECT (#4453 by Adriel Martinez)
  • [PostgreSQL Dialect] Add support for PostgreSQL CREATE INDEX CONCURRENTLY (#4531 by Griffio)
  • [PostgreSQL Dialect] Allow PostgreSQL CTEs auxiliary statements to reference each other (#4493 by Griffio)
  • [PostgreSQL Dialect] Add support for PostgreSQL types for binary expr and sum (#4539 by Adriel Martinez)
  • [PostgreSQL Dialect] Add support for PostgreSQL SELECT DISTINCT ON syntax (#4584 by Griffio)
  • [PostgreSQL Dialect] Add support for PostgreSQL JSON functions in SELECT statements (#4590 by Marius Volkhart)
  • [PostgreSQL Dialect] Add generate_series PostgreSQL function (#4717 by Griffio)
  • [PostgreSQL Dialect] Add additional Postgres String function definitions (#4752 by Marius Volkhart)
  • [PostgreSQL Dialect] Add DATE PostgreSQL type to min and max aggregate functions (#4816 by André Danielsson)
  • [PostgreSQL Dialect] Add PostgreSql temporal types to SqlBinaryExpr (#4657 by Griifio)
  • [PostgreSQL Dialect] Add TRUNCATE to postgres dialect (#4817 by Bastien de Luca)
  • [SQLite 3.35 Dialect] Allow multiple ON CONFLICT clauses that are evaluated in order (#4551 by Griffio)
  • [JDBC Driver] Add Language annotations for more pleasant SQL editing (#4602 by Marius Volkhart)
  • [Native Driver] Native-driver: add support for linuxArm64 (#4792 by Philip Wedemann)
  • [Android Driver] Add a windowSizeBytes parameter to AndroidSqliteDriver (#4804 by Benoit Lubek)
  • [Paging3 Extension] feat: add initialOffset for OffsetQueryPagingSource (#4802 by Mohamad Jaara)

Changed

  • [Compiler] Prefer Kotlin types where appropriate (#4517 by Eliezer Graber)
  • [Compiler] When doing a value type insert always include the column names (#4864)
  • [PostgreSQL Dialect] Remove experimental status from PostgreSQL dialect (#4443 by Philip Wedemann)
  • [PostgreSQL Dialect] Update docs for PostgreSQL types (#4569 by Marius Volkhart)
  • [R2DBC Driver] Optimize performance when handling integer data types in PostgreSQL (#4588 by Marius Volkhart)

Removed

Fixed

  • [Compiler] Fix compilation of grouped statements with returns and no parameters (#4699 by Griffio)
  • [Compiler] Bind arguments with SqlBinaryExpr (#4604 by Griffio)
  • [IDE Plugin] Use IDEA Project JDK if set (#4689 by Griffio)
  • [IDE Plugin] Fix "Unknown element type: TYPE_NAME" error in IDEA 2023.2 and greater (#4727)
  • [IDE Plugin] Fixed some compatibility issues with 2023.2
  • [Gradle Plugin] Correct documentation of verifyMigrationTask Gradle task (#4713 by Josh Friend)
  • [Gradle Plugin] Add Gradle task output message to help users generate a database before verifying a database (#4684 by Jingwei)
  • [PostgreSQL Dialect] Fix the renaming of PostgreSQL columns multiple times (#4566 by Griffio)
  • [PostgreSQL Dialect] Fix 4714 postgresql alter column nullability (#4831 by Griffio)
  • [PostgreSQL Dialect] Fix 4837 alter table alter column (#4846 by Griffio)
  • [PostgreSQL Dialect] Fix 4501 PostgreSql sequence (#4528 by Griffio)
  • [SQLite Dialect] Allow JSON binary operator to be used on a column expression (#4776 by Eliezer Graber)
  • [SQLite Dialect] Update From false positive for multiple columns found with name (#4777 by Eliezer Graber)
  • [Native Driver] Support named in-memory databases (#4662 by Matthew Nelson)
  • [Native Driver] Ensure thread safety for query listener collection (#4567 by Kevin Galligan)
  • [JDBC Driver] Fix a connection leak in the ConnectionManager (#4589 by Marius Volkhart)
  • [JDBC Driver] Fix JdbcSqliteDriver url parsing when choosing ConnectionManager type (#4656 by Matthew Nelson)