Skip to content

Releases: sqldelight/sql-psi

0.8.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:17
  • New: Maven coordinates have changed to use dev.lysine.sql-psi group ID.
  • Update IntelliJ target to 2023.3.1
  • Fix a compilation error with migration files when CREATE UNIQUE INDEX referenced by FOREIGN KEY (#732)
  • Fix insert statement exposes columns to a select statement when used as the row source (#750)
  • Add rules ANY and ALL for dialects to use as SqlTypes (#760)
  • Support NOT IN for multi-column expressions (#776)
  • Support keyword-colliding function names REPLACE, LEFT, RIGHT, LIKE, GLOB, IF, MATCH, REGEXP (#773)

0.7.3

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:06
  • Fix Lexer to support ansi-sql quote escaping (#740)
  • Fix Ide hang when using code completion in virtual table module (#730)
  • Support numeric literals when using virtual table module arguments (#728)

0.7.2

Choose a tag to compare

@github-actions github-actions released this 12 Nov 14:24
  • Make localFileSystem and jarFileSystem protected on SqlCoreEnvironment.

0.7.1

Choose a tag to compare

@github-actions github-actions released this 11 Nov 17:51
  • Improve handling of FTS5 hidden columns (#717)

0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 00:59
  • Change visibility on CreateTableElementType (#691)
  • Support reading jar files (#588)

0.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:50

0.5.2

Choose a tag to compare

@github-actions github-actions released this 16 May 15:06
  • Bug fixes and improvements :D

0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 May 17:15
  • New: Maven coordinates have changed to use app.cash.sql-psi group ID.
  • For other changes, see 0.4.10...0.5.0 (future releases will have an actual change log).

0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:59
  • New: Maven coordinates have changed to use app.cash.sql-psi group ID.
  • For other changes, see 0.4.10...0.5.0 (future releases will have an actual change log).