Releases: sqldelight/sql-psi
Releases · sqldelight/sql-psi
Release list
0.8.0
- New: Maven coordinates have changed to use
dev.lysine.sql-psigroup ID. - Update IntelliJ target to 2023.3.1
- Fix a compilation error with migration files when
CREATE UNIQUE INDEXreferenced byFOREIGN KEY(#732) - Fix insert statement exposes columns to a select statement when used as the row source (#750)
- Add rules
ANYandALLfor dialects to use as SqlTypes (#760) - Support
NOT INfor multi-column expressions (#776) - Support keyword-colliding function names
REPLACE,LEFT,RIGHT,LIKE,GLOB,IF,MATCH,REGEXP(#773)
0.7.3
0.7.2
- Make
localFileSystemandjarFileSystemprotected onSqlCoreEnvironment.
0.7.1
- Improve handling of FTS5 hidden columns (#717)
0.7.0
0.6.0
- Fix
ResultColumnMixin- add table reference forQueryResult(#687) - Change visibility on
CreateIndexElementType,CreateIndexElementType(#683) - Fix unwanted environment log warnings (#679)
- In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.
0.5.2
0.5.1
- New: Maven coordinates have changed to use
app.cash.sql-psigroup ID. - For other changes, see 0.4.10...0.5.0 (future releases will have an actual change log).
0.5.0
- New: Maven coordinates have changed to use
app.cash.sql-psigroup ID. - For other changes, see 0.4.10...0.5.0 (future releases will have an actual change log).