-
[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)