Skip to content

Version 2.0.0-rc02 (2023-06-27)

Compare
Choose a tag to compare
@AlecKazakova AlecKazakova released this 27 Jun 16:53
· 385 commits to master since this release

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

Changed

Fixed